#64449D

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

Shades of Royal Purple #64449D

Tints of Royal Purple #64449D

Color information

#64449D (or 0x64449D) is unknown color: approx Royal Purple. HEX triplet: 64, 44 and 9D. RGB value is (100,68,157). Sum of RGB (Red+Green+Blue) = 100+68+157=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #64449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64449D is #9BBB62. Grayscale: #575757. Windows color (decimal): -10206051 or 10306660. OLE color: 10306660.

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

Color convert

RGB10068157-
CMYK0.360.5700.38
HSL261.57º39.56%44.12%-
HSV(B)261.57º56.69%61.57%-
XYZ13.419.2832.98-
YUV87.71167.1136.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=30.77%
G=20.92%
B=48.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100681570.360.5700.38261.5739.5644.12
Hex64449D2439026106282c
Octal14410423544710464065054
Binary11001001000100100111011001001110010100110100000110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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