#664198

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

Shades of Royal Purple #664198

Tints of Royal Purple #664198

Color information

#664198 (or 0x664198) is unknown color: approx Royal Purple. HEX triplet: 66, 41 and 98. RGB value is (102,65,152). Sum of RGB (Red+Green+Blue) = 102+65+152=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #664198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664198 is #99BE67. Grayscale: #555555. Windows color (decimal): -10075752 or 9978214. OLE color: 9978214.

HSL color Cylindrical-coordinate representation of color #664198: hue angle of 265.52º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #664198 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10265152-
CMYK0.330.5700.40
HSL265.52º40.09%42.55%-
HSV(B)265.52º57.24%59.61%-
XYZ13.048.8730.73-
YUV85.98165.26139.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 65 (25.78% from 255) = 20.38%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=31.97%
G=20.38%
B=47.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102651520.330.5700.40265.5240.0942.55
Hex664198213902810a282b
Octal14610123041710504125053
Binary11001101000001100110001000011110010101000100001010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664198; }

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

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

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

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

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

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

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

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