Html Css Color HEX #64499A Royal Purple

📋 copy color: '#64499A'

red 100 ◦ green 73 ◦ blue 154

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

Shades of Royal Purple #64499A

Tints of Royal Purple #64499A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.09%

R = 30.58%
G = 22.32%
B = 47.09%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64499A (or 0x64499A) is known color: Royal Purple. HEX triplet: 64, 49 and 9A. RGB value is (100,73,154). Sum of RGB (Red+Green+Blue) = 100+73+154=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #64499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64499A is #9BB665. Grayscale: #5A5A5A. Windows color (decimal): -10204774 or 10111332. OLE color: 10111332.

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

Color convert

RGB 100 73 154 -
CMYK 0.35 0.53 0 0.40
HSL 260º 0.36% 0.45% -
HSV(B) 260º 0.53% 0.6% -
XYZ 13.47 9.81 31.75 -
YUV 90.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 100 73 154 0.35 0.53 0 0.40 260 0.36 0.45
Hex 64 49 9A 23 35 0 28 104 24 2D
Octal 144 111 232 43 65 0 50 404 44 55
Binary 1100100 1001001 10011010 100011 110101 0 101000 100000100 100100 101101

Color Harmonies of #64499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64499A

Black with #64499A

Text Example


Text Example

White with #64499A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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