#64419C

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

Shades of Royal Purple #64419C

Tints of Royal Purple #64419C

Color information

#64419C (or 0x64419C) is unknown color: approx Royal Purple. HEX triplet: 64, 41 and 9C. RGB value is (100,65,156). Sum of RGB (Red+Green+Blue) = 100+65+156=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #64419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64419C is #9BBE63. Grayscale: #555555. Windows color (decimal): -10206820 or 10240356. OLE color: 10240356.

HSL color Cylindrical-coordinate representation of color #64419C: hue angle of 263.08º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64419C is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10065156-
CMYK0.360.5800.39
HSL263.08º41.18%43.33%-
HSV(B)263.08º58.33%61.18%-
XYZ13.158.8932.48-
YUV85.84167.6138.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=31.15%
G=20.25%
B=48.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100651560.360.5800.39263.0841.1843.33
Hex64419C243A027107292b
Octal14410123444720474075153
Binary11001001000001100111001001001110100100111100000111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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