Html Css Color HEX #72205B Palatinate Purple

📋 copy color: '#72205B'

red 114 ◦ green 32 ◦ blue 91

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

Shades of Palatinate Purple #72205B

Tints of Palatinate Purple #72205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 48.1%
G = 13.5%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72205B (or 0x72205B) is known color: Palatinate Purple. HEX triplet: 72, 20 and 5B. RGB value is (114,32,91). Sum of RGB (Red+Green+Blue) = 114+32+91=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #72205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72205B is #8DDFA4. Grayscale: #3F3F3F. Windows color (decimal): -9297829 or 5972082. OLE color: 5972082.

HSL color Cylindrical-coordinate representation of color #72205B: hue angle of 316.83º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72205B is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 91 -
CMYK 0 0.72 0.20 0.55
HSL 316.83º 0.56% 0.29% -
HSV(B) 316.83º 0.72% 0.45% -
XYZ 9.34 5.37 10.44 -
YUV 63.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 114 32 91 0 0.72 0.20 0.55 316.83 0.56 0.29
Hex 72 20 5B 0 48 14 37 13D 38 1D
Octal 162 40 133 0 110 24 67 475 70 35
Binary 1110010 100000 1011011 0 1001000 10100 110111 100111101 111000 11101

Color Harmonies of #72205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72205B

Black with #72205B

Text Example


Text Example

White with #72205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72205B; }

 p { color: rgb(114,32,91); }

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

background-color css

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

 a { background-color: rgb(114,32,91); }

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

border-color css

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

 span { border-color: rgb(114,32,91); }

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