#64369B

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

Shades of Royal Purple #64369B

Tints of Royal Purple #64369B

Color information

#64369B (or 0x64369B) is unknown color: approx Royal Purple. HEX triplet: 64, 36 and 9B. RGB value is (100,54,155). Sum of RGB (Red+Green+Blue) = 100+54+155=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #64369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64369B is #9BC964. Grayscale: #4E4E4E. Windows color (decimal): -10209637 or 10172004. OLE color: 10172004.

HSL color Cylindrical-coordinate representation of color #64369B: hue angle of 267.33º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64369B is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10054155-
CMYK0.350.6500.39
HSL267.33º48.33%40.98%-
HSV(B)267.33º65.16%60.78%-
XYZ12.497.7131.84-
YUV79.27170.74142.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=32.36%
G=17.48%
B=50.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100541550.350.6500.39267.3348.3340.98
Hex64369B234102710b3029
Octal14466233431010474136051
Binary11001001101101001101110001110000010100111100001011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64369B; }

 p { color: rgb(100,54,155); }

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

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

 a { background-color: rgb(100,54,155); }

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

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

 span { border-color: rgb(100,54,155); }

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