#664094

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

Shades of Royal Purple #664094

Tints of Royal Purple #664094

Color information

#664094 (or 0x664094) is unknown color: approx Royal Purple. HEX triplet: 66, 40 and 94. RGB value is (102,64,148). Sum of RGB (Red+Green+Blue) = 102+64+148=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #664094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664094 is #99BF6B. Grayscale: #545454. Windows color (decimal): -10076012 or 9715814. OLE color: 9715814.

HSL color Cylindrical-coordinate representation of color #664094: hue angle of 267.14º 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 #664094 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10264148-
CMYK0.310.5700.42
HSL267.14º39.62%41.57%-
HSV(B)267.14º56.76%58.04%-
XYZ12.668.6329.02-
YUV84.94163.59140.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 64 (25.39% from 255) = 20.38%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=32.48%
G=20.38%
B=47.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102641480.310.5700.42267.1439.6241.57
Hex6640941F3902A10b282a
Octal14610022437710524135052
Binary1100110100000010010100111111110010101010100001011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664094; }

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

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

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

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

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

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

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

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