Html Css Color HEX #64499C Royal Purple

📋 copy color: '#64499C'

red 100 ◦ green 73 ◦ blue 156

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

Shades of Royal Purple #64499C

Tints of Royal Purple #64499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.19%

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

R = 30.4%
G = 22.19%
B = 47.42%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64499C (or 0x64499C) is known color: Royal Purple. HEX triplet: 64, 49 and 9C. RGB value is (100,73,156). Sum of RGB (Red+Green+Blue) = 100+73+156=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #64499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64499C is #9BB663. Grayscale: #5A5A5A. Windows color (decimal): -10204772 or 10242404. OLE color: 10242404.

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

Color convert

RGB 100 73 156 -
CMYK 0.36 0.53 0 0.39
HSL 259.52º 0.36% 0.45% -
HSV(B) 259.52º 0.53% 0.61% -
XYZ 13.64 9.87 32.64 -
YUV 90.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 100 73 156 0.36 0.53 0 0.39 259.52 0.36 0.45
Hex 64 49 9C 24 35 0 27 104 24 2D
Octal 144 111 234 44 65 0 47 404 44 55
Binary 1100100 1001001 10011100 100100 110101 0 100111 100000100 100100 101101

Color Harmonies of #64499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64499C

Black with #64499C

Text Example


Text Example

White with #64499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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