#664196

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

Shades of Royal Purple #664196

Tints of Royal Purple #664196

Color information

#664196 (or 0x664196) is unknown color: approx Royal Purple. HEX triplet: 66, 41 and 96. RGB value is (102,65,150). Sum of RGB (Red+Green+Blue) = 102+65+150=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #664196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664196 is #99BE69. Grayscale: #555555. Windows color (decimal): -10075754 or 9847142. OLE color: 9847142.

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

Color convert

RGB10265150-
CMYK0.320.5700.41
HSL266.12º39.53%42.16%-
HSV(B)266.12º56.67%58.82%-
XYZ12.878.8129.88-
YUV85.75164.26139.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=32.18%
G=20.50%
B=47.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102651500.320.5700.41266.1239.5342.16
Hex664196203902910a282a
Octal14610122640710514125052
Binary11001101000001100101101000001110010101001100001010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664196; }

 p { color: rgb(102,65,150); }

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

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

 a { background-color: rgb(102,65,150); }

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

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

 span { border-color: rgb(102,65,150); }

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