Html Css Color HEX #64229A Royal Purple

📋 copy color: '#64229A'

red 100 ◦ green 34 ◦ blue 154

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

Shades of Royal Purple #64229A

Tints of Royal Purple #64229A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

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

R = 34.72%
G = 11.81%
B = 53.47%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64229A (or 0x64229A) is known color: Royal Purple. HEX triplet: 64, 22 and 9A. RGB value is (100,34,154). Sum of RGB (Red+Green+Blue) = 100+34+154=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #64229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64229A is #9BDD65. Grayscale: #434343. Windows color (decimal): -10214758 or 10101348. OLE color: 10101348.

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

Color convert

RGB 100 34 154 -
CMYK 0.35 0.78 0 0.40
HSL 273º 0.64% 0.37% -
HSV(B) 273º 0.78% 0.6% -
XYZ 11.66 6.19 31.15 -
YUV 67.41 176.87 151.24 -
System Red Green Blue C M Y K H S L
Decimal 100 34 154 0.35 0.78 0 0.40 273 0.64 0.37
Hex 64 22 9A 23 4E 0 28 111 40 25
Octal 144 42 232 43 116 0 50 421 100 45
Binary 1100100 100010 10011010 100011 1001110 0 101000 100010001 1000000 100101

Color Harmonies of #64229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64229A

Black with #64229A

Text Example


Text Example

White with #64229A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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