Html Css Color HEX #722259 Palatinate Purple

📋 copy color: '#722259'

red 114 ◦ green 34 ◦ blue 89

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

Shades of Palatinate Purple #722259

Tints of Palatinate Purple #722259

RGB

 RED value IS 114 (44.92% from 255) = 48.1%

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

 BLUE value IS 89 (35.16% from 255) = 37.55%

R = 48.1%
G = 14.35%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#722259 (or 0x722259) is known color: Palatinate Purple. HEX triplet: 72, 22 and 59. RGB value is (114,34,89). Sum of RGB (Red+Green+Blue) = 114+34+89=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #722259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722259 is #8DDDA6. Grayscale: #404040. Windows color (decimal): -9297319 or 5841522. OLE color: 5841522.

HSL color Cylindrical-coordinate representation of color #722259: hue angle of 318.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722259 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 89 -
CMYK 0 0.70 0.22 0.55
HSL 318.75º 0.54% 0.29% -
HSV(B) 318.75º 0.7% 0.45% -
XYZ 9.31 5.44 10.01 -
YUV 64.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 114 34 89 0 0.70 0.22 0.55 318.75 0.54 0.29
Hex 72 22 59 0 46 16 37 13F 36 1D
Octal 162 42 131 0 106 26 67 477 66 35
Binary 1110010 100010 1011001 0 1000110 10110 110111 100111111 110110 11101

Color Harmonies of #722259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722259

Black with #722259

Text Example


Text Example

White with #722259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722259; }

 p { color: rgb(114,34,89); }

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

background-color css

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

 a { background-color: rgb(114,34,89); }

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

border-color css

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

 span { border-color: rgb(114,34,89); }

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