Html Css Color HEX #64229F Royal Purple

📋 copy color: '#64229F'

red 100 ◦ green 34 ◦ blue 159

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

Shades of Royal Purple #64229F

Tints of Royal Purple #64229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.27%

R = 34.13%
G = 11.6%
B = 54.27%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64229F (or 0x64229F) is known color: Royal Purple. HEX triplet: 64, 22 and 9F. RGB value is (100,34,159). Sum of RGB (Red+Green+Blue) = 100+34+159=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #64229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64229F is #9BDD60. Grayscale: #434343. Windows color (decimal): -10214753 or 10429028. OLE color: 10429028.

HSL color Cylindrical-coordinate representation of color #64229F: hue angle of 271.68º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64229F is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 34 159 -
CMYK 0.37 0.79 0 0.38
HSL 271.68º 0.65% 0.38% -
HSV(B) 271.68º 0.79% 0.62% -
XYZ 12.09 6.36 33.39 -
YUV 67.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 100 34 159 0.37 0.79 0 0.38 271.68 0.65 0.38
Hex 64 22 9F 25 4F 0 26 110 41 26
Octal 144 42 237 45 117 0 46 420 101 46
Binary 1100100 100010 10011111 100101 1001111 0 100110 100010000 1000001 100110

Color Harmonies of #64229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64229F

Black with #64229F

Text Example


Text Example

White with #64229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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