#64179E

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

Shades of Royal Purple #64179E

Tints of Royal Purple #64179E

Color information

#64179E (or 0x64179E) is unknown color: approx Royal Purple. HEX triplet: 64, 17 and 9E. RGB value is (100,23,158). Sum of RGB (Red+Green+Blue) = 100+23+158=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #64179E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64179E is #9BE861. Grayscale: #3C3C3C. Windows color (decimal): -10217570 or 10360676. OLE color: 10360676.

HSL color Cylindrical-coordinate representation of color #64179E: hue angle of 274.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64179E is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10023158-
CMYK0.370.8500.38
HSL274.22º74.59%35.49%-
HSV(B)274.22º85.44%61.96%-
XYZ11.735.7932.85-
YUV61.41182.51155.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 23 (9.38% from 255) = 8.19%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=35.59%
G=8.19%
B=56.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100231580.370.8500.38274.2274.5935.49
Hex64179E25550261124b23
Octal144272364512504642211343
Binary11001001011110011110100101101010101001101000100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64179E; }

 p { color: rgb(100,23,158); }

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

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

 a { background-color: rgb(100,23,158); }

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

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

 span { border-color: rgb(100,23,158); }

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