#64359D

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

Shades of Royal Purple #64359D

Tints of Royal Purple #64359D

Color information

#64359D (or 0x64359D) is unknown color: approx Royal Purple. HEX triplet: 64, 35 and 9D. RGB value is (100,53,157). Sum of RGB (Red+Green+Blue) = 100+53+157=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #64359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64359D is #9BCA62. Grayscale: #4E4E4E. Windows color (decimal): -10209891 or 10302820. OLE color: 10302820.

HSL color Cylindrical-coordinate representation of color #64359D: hue angle of 267.12º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64359D is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10053157-
CMYK0.360.6600.38
HSL267.12º49.52%41.18%-
HSV(B)267.12º66.24%61.57%-
XYZ12.617.6932.72-
YUV78.91172.07143.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=32.26%
G=17.10%
B=50.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100531570.360.6600.38267.1249.5241.18
Hex64359D244202610b3229
Octal14465235441020464136251
Binary11001001101011001110110010010000100100110100001011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64359D; }

 p { color: rgb(100,53,157); }

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

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

 a { background-color: rgb(100,53,157); }

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

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

 span { border-color: rgb(100,53,157); }

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