#64229E

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

Shades of Royal Purple #64229E

Tints of Royal Purple #64229E

Color information

#64229E (or 0x64229E) is unknown color: approx Royal Purple. HEX triplet: 64, 22 and 9E. RGB value is (100,34,158). Sum of RGB (Red+Green+Blue) = 100+34+158=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #64229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64229E is #9BDD61. Grayscale: #434343. Windows color (decimal): -10214754 or 10363492. OLE color: 10363492.

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

Color convert

RGB10034158-
CMYK0.370.7800.38
HSL271.94º64.58%37.65%-
HSV(B)271.94º78.48%61.96%-
XYZ126.3232.94-
YUV67.87178.87150.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.25%
GREEN value IS 34 (13.67% from 255) = 11.64%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=34.25%
G=11.64%
B=54.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100341580.370.7800.38271.9464.5837.65
Hex64229E254E0261104126
Octal144422364511604642010146
Binary110010010001010011110100101100111001001101000100001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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