Html Css Color HEX #64449C Royal Purple

📋 copy color: '#64449C'

red 100 ◦ green 68 ◦ blue 156

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

Shades of Royal Purple #64449C

Tints of Royal Purple #64449C

RGB

 RED value IS 100 (39.45% from 255) = 30.86%

 GREEN value IS 68 (26.95% from 255) = 20.99%

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 30.86%
G = 20.99%
B = 48.15%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64449C (or 0x64449C) is known color: Royal Purple. HEX triplet: 64, 44 and 9C. RGB value is (100,68,156). Sum of RGB (Red+Green+Blue) = 100+68+156=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #64449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64449C is #9BBB63. Grayscale: #575757. Windows color (decimal): -10206052 or 10241124. OLE color: 10241124.

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

Color convert

RGB 100 68 156 -
CMYK 0.36 0.56 0 0.39
HSL 261.82º 0.39% 0.44% -
HSV(B) 261.82º 0.56% 0.61% -
XYZ 13.32 9.24 32.53 -
YUV 87.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 100 68 156 0.36 0.56 0 0.39 261.82 0.39 0.44
Hex 64 44 9C 24 38 0 27 106 27 2C
Octal 144 104 234 44 70 0 47 406 47 54
Binary 1100100 1000100 10011100 100100 111000 0 100111 100000110 100111 101100

Color Harmonies of #64449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64449C

Black with #64449C

Text Example


Text Example

White with #64449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64449C;
 }
 .AnyTagClassName
 {
   color: #64449C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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