Html Css Color HEX #722959 Palatinate Purple

📋 copy color: '#722959'

red 114 ◦ green 41 ◦ blue 89

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

Shades of Palatinate Purple #722959

Tints of Palatinate Purple #722959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

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

R = 46.72%
G = 16.8%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#722959 (or 0x722959) is known color: Palatinate Purple. HEX triplet: 72, 29 and 59. RGB value is (114,41,89). Sum of RGB (Red+Green+Blue) = 114+41+89=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #722959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722959 is #8DD6A6. Grayscale: #444444. Windows color (decimal): -9295527 or 5843314. OLE color: 5843314.

HSL color Cylindrical-coordinate representation of color #722959: hue angle of 320.55º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #722959 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 41 89 -
CMYK 0 0.64 0.22 0.55
HSL 320.55º 0.47% 0.3% -
HSV(B) 320.55º 0.64% 0.45% -
XYZ 9.54 5.88 10.08 -
YUV 68.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 114 41 89 0 0.64 0.22 0.55 320.55 0.47 0.3
Hex 72 29 59 0 40 16 37 141 2F 1E
Octal 162 51 131 0 100 26 67 501 57 36
Binary 1110010 101001 1011001 0 1000000 10110 110111 101000001 101111 11110

Color Harmonies of #722959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722959

Black with #722959

Text Example


Text Example

White with #722959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722959; }

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

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

background-color css

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

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

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

border-color css

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

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

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