#64419E

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

Shades of Royal Purple #64419E

Tints of Royal Purple #64419E

Color information

#64419E (or 0x64419E) is unknown color: approx Royal Purple. HEX triplet: 64, 41 and 9E. RGB value is (100,65,158). Sum of RGB (Red+Green+Blue) = 100+65+158=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #64419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64419E is #9BBE61. Grayscale: #555555. Windows color (decimal): -10206818 or 10371428. OLE color: 10371428.

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

Color convert

RGB10065158-
CMYK0.370.5900.38
HSL262.58º41.7%43.73%-
HSV(B)262.58º58.86%61.96%-
XYZ13.328.9633.38-
YUV86.07168.6137.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=30.96%
G=20.12%
B=48.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100651580.370.5900.38262.5841.743.73
Hex64419E253B0261072a2c
Octal14410123645730464075254
Binary11001001000001100111101001011110110100110100000111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64419E; }

 p { color: rgb(100,65,158); }

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

<style>
 a { background-color: #64419E; }

 a { background-color: rgb(100,65,158); }

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

<style>
 span { border-color: #64419E; }

 span { border-color: rgb(100,65,158); }

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