#664095

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

Shades of Royal Purple #664095

Tints of Royal Purple #664095

Color information

#664095 (or 0x664095) is unknown color: approx Royal Purple. HEX triplet: 66, 40 and 95. RGB value is (102,64,149). Sum of RGB (Red+Green+Blue) = 102+64+149=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #664095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664095 is #99BF6A. Grayscale: #545454. Windows color (decimal): -10076011 or 9781350. OLE color: 9781350.

HSL color Cylindrical-coordinate representation of color #664095: hue angle of 266.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #664095 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10264149-
CMYK0.320.5700.42
HSL266.82º39.91%41.76%-
HSV(B)266.82º57.05%58.43%-
XYZ12.748.6629.43-
YUV85.05164.09140.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=32.38%
G=20.32%
B=47.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102641490.320.5700.42266.8239.9141.76
Hex664095203902A10b282a
Octal14610022540710524135052
Binary11001101000000100101011000001110010101010100001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664095; }

 p { color: rgb(102,64,149); }

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

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

 a { background-color: rgb(102,64,149); }

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

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

 span { border-color: rgb(102,64,149); }

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