#64359F

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

Shades of Royal Purple #64359F

Tints of Royal Purple #64359F

Color information

#64359F (or 0x64359F) is unknown color: approx Royal Purple. HEX triplet: 64, 35 and 9F. RGB value is (100,53,159). Sum of RGB (Red+Green+Blue) = 100+53+159=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #64359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64359F is #9BCA60. Grayscale: #4E4E4E. Windows color (decimal): -10209889 or 10433892. OLE color: 10433892.

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

Color convert

RGB10053159-
CMYK0.370.6700.38
HSL266.6º50%41.57%-
HSV(B)266.6º66.67%62.35%-
XYZ12.797.7633.62-
YUV79.14173.07142.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=32.05%
G=16.99%
B=50.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100531590.370.6700.38266.65041.57
Hex64359F254302610b322a
Octal14465237451030464136252
Binary11001001101011001111110010110000110100110100001011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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