#64439e

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

Shades of Royal Purple #64439E

Tints of Royal Purple #64439E

Color information

#64439E (or 0x64439E) is unknown color: approx Royal Purple. HEX triplet: 64, 43 and 9E. RGB value is (100,67,158). Sum of RGB (Red+Green+Blue) = 100+67+158=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #64439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64439E is #9BBC61. Grayscale: #565656. Windows color (decimal): -10206306 or 10371940. OLE color: 10371940.

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

Color convert

RGB10067158-
CMYK0.370.5800.38
HSL261.76º40.44%44.12%-
HSV(B)261.76º57.59%61.96%-
XYZ13.439.1933.41-
YUV87.24167.93137.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=30.77%
G=20.62%
B=48.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100671580.370.5800.38261.7640.4444.12
Hex64439E253A026106282c
Octal14410323645720464065054
Binary11001001000011100111101001011110100100110100000110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64439e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64439e; }

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

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

<style>
 a { background-color: #64439e; }

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

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

<style>
 span { border-color: #64439e; }

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

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