#663FA1

Color #663FA1 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #663FA1

Tints of Royal Purple #663FA1

Color information

#663FA1 (or 0x663FA1) is unknown color: approx Royal Purple. HEX triplet: 66, 3F and A1. RGB value is (102,63,161). Sum of RGB (Red+Green+Blue) = 102+63+161=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #663FA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663FA1 is #99C05E. Grayscale: #555555. Windows color (decimal): -10076255 or 10567526. OLE color: 10567526.

HSL color Cylindrical-coordinate representation of color #663FA1: hue angle of 263.88º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #663FA1 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10263161-
CMYK0.370.6100.37
HSL263.88º43.75%43.92%-
HSV(B)263.88º60.87%63.14%-
XYZ13.698.9534.72-
YUV85.83170.42139.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 63 (25% from 255) = 19.33%
BLUE value IS 161 (63.28% from 255) = 49.39%
R=31.29%
G=19.33%
B=49.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal102631610.370.6100.37263.8843.7543.92
Hex663FA1253D0251082c2c
Octal1467724145750454105454
Binary1100110111111101000011001011111010100101100001000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663FA1; }

 p { color: rgb(102,63,161); }

 H1.HeaderClassName
 {
   color: #663FA1;
 }
 .AnyTagClassName
 {
   color: #663FA1;
 }
</style>
background-color css

<style>
 a { background-color: #663FA1; }

 a { background-color: rgb(102,63,161); }

 div.DivClassName
 {
   background-color: #663FA1;
 }
 .BgClassName
 {
   background-color: #663FA1;
 }
</style>
border-color css

<style>
 span { border-color: #663FA1; }

 span { border-color: rgb(102,63,161); }

 td.TdClassName
 {
   border-color: #663FA1;
 }
 .TagClassName
 {
   border-color: #663FA1;
 }
</style>