#64409D

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

Shades of Royal Purple #64409D

Tints of Royal Purple #64409D

Color information

#64409D (or 0x64409D) is unknown color: approx Royal Purple. HEX triplet: 64, 40 and 9D. RGB value is (100,64,157). Sum of RGB (Red+Green+Blue) = 100+64+157=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #64409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64409D is #9BBF62. Grayscale: #555555. Windows color (decimal): -10207075 or 10305636. OLE color: 10305636.

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

Color convert

RGB10064157-
CMYK0.360.5900.38
HSL263.23º42.08%43.33%-
HSV(B)263.23º59.24%61.57%-
XYZ13.178.8132.9-
YUV85.37168.43138.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=31.15%
G=19.94%
B=48.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100641570.360.5900.38263.2342.0843.33
Hex64409D243B0261072a2b
Octal14410023544730464075253
Binary11001001000000100111011001001110110100110100000111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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