#64409B

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

Shades of Royal Purple #64409B

Tints of Royal Purple #64409B

Color information

#64409B (or 0x64409B) is unknown color: approx Royal Purple. HEX triplet: 64, 40 and 9B. RGB value is (100,64,155). Sum of RGB (Red+Green+Blue) = 100+64+155=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #64409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64409B is #9BBF64. Grayscale: #545454. Windows color (decimal): -10207077 or 10174564. OLE color: 10174564.

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

Color convert

RGB10064155-
CMYK0.350.5900.39
HSL263.74º41.55%42.94%-
HSV(B)263.74º58.71%60.78%-
XYZ13.018.7432.01-
YUV85.14167.43138.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=31.35%
G=20.06%
B=48.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100641550.350.5900.39263.7441.5542.94
Hex64409B233B0271082a2b
Octal14410023343730474105253
Binary11001001000000100110111000111110110100111100001000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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