Html Css Color HEX #64489A Royal Purple

📋 copy color: '#64489A'

red 100 ◦ green 72 ◦ blue 154

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

Shades of Royal Purple #64489A

Tints of Royal Purple #64489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

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

R = 30.67%
G = 22.09%
B = 47.24%

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

#64489A (or 0x64489A) is known color: Royal Purple. HEX triplet: 64, 48 and 9A. RGB value is (100,72,154). Sum of RGB (Red+Green+Blue) = 100+72+154=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #64489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64489A is #9BB765. Grayscale: #595959. Windows color (decimal): -10205030 or 10111076. OLE color: 10111076.

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

Color convert

RGB 100 72 154 -
CMYK 0.35 0.53 0 0.40
HSL 260.49º 0.36% 0.44% -
HSV(B) 260.49º 0.53% 0.6% -
XYZ 13.41 9.68 31.73 -
YUV 89.72 164.28 135.33 -
System Red Green Blue C M Y K H S L
Decimal 100 72 154 0.35 0.53 0 0.40 260.49 0.36 0.44
Hex 64 48 9A 23 35 0 28 104 24 2C
Octal 144 110 232 43 65 0 50 404 44 54
Binary 1100100 1001000 10011010 100011 110101 0 101000 100000100 100100 101100

Color Harmonies of #64489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64489A

Black with #64489A

Text Example


Text Example

White with #64489A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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