Html Css Color HEX #64449D Royal Purple

📋 copy color: '#64449D'

red 100 ◦ green 68 ◦ blue 157

#64449D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #64449D

Tints of Royal Purple #64449D

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 value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64449D (or 0x64449D) is known color: 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

RGB 100 68 157 -
CMYK 0.36 0.57 0 0.38
HSL 261.57º 0.4% 0.44% -
HSV(B) 261.57º 0.57% 0.62% -
XYZ 13.41 9.28 32.98 -
YUV 87.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 100 68 157 0.36 0.57 0 0.38 261.57 0.4 0.44
Hex 64 44 9D 24 39 0 26 106 28 2C
Octal 144 104 235 44 71 0 46 406 50 54
Binary 1100100 1000100 10011101 100100 111001 0 100110 100000110 101000 101100

Color Harmonies of #64449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64449D

Black with #64449D

Text Example


Text Example

White with #64449D

Text Example


Text Example

HTML Codes & Css Web 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>