#64209F

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

Shades of Royal Purple #64209F

Tints of Royal Purple #64209F

Color information

#64209F (or 0x64209F) is unknown color: approx Royal Purple. HEX triplet: 64, 20 and 9F. RGB value is (100,32,159). Sum of RGB (Red+Green+Blue) = 100+32+159=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #64209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64209F is #9BDF60. Grayscale: #424242. Windows color (decimal): -10215265 or 10428516. OLE color: 10428516.

HSL color Cylindrical-coordinate representation of color #64209F: hue angle of 272.13º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64209F is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10032159-
CMYK0.370.8000.38
HSL272.13º66.49%37.45%-
HSV(B)272.13º79.87%62.35%-
XYZ12.036.2533.37-
YUV66.81180.03151.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 32 (12.89% from 255) = 11.00%
BLUE value IS 159 (62.5% from 255) = 54.64%
R=34.36%
G=11.00%
B=54.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100321590.370.8000.38272.1366.4937.45
Hex64209F25500261104225
Octal144402374512004642010245
Binary110010010000010011111100101101000001001101000100001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64209F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64209F; }

 p { color: rgb(100,32,159); }

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

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

 a { background-color: rgb(100,32,159); }

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

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

 span { border-color: rgb(100,32,159); }

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