Html Css Color HEX #72205D Palatinate Purple

📋 copy color: '#72205D'

red 114 ◦ green 32 ◦ blue 93

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

Shades of Palatinate Purple #72205D

Tints of Palatinate Purple #72205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 47.7%
G = 13.39%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#72205D (or 0x72205D) is known color: Palatinate Purple. HEX triplet: 72, 20 and 5D. RGB value is (114,32,93). Sum of RGB (Red+Green+Blue) = 114+32+93=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #72205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72205D is #8DDFA2. Grayscale: #3F3F3F. Windows color (decimal): -9297827 or 6103154. OLE color: 6103154.

HSL color Cylindrical-coordinate representation of color #72205D: hue angle of 315.37º 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 #72205D is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 93 -
CMYK 0 0.72 0.18 0.55
HSL 315.37º 0.56% 0.29% -
HSV(B) 315.37º 0.72% 0.45% -
XYZ 9.43 5.4 10.9 -
YUV 63.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 114 32 93 0 0.72 0.18 0.55 315.37 0.56 0.29
Hex 72 20 5D 0 48 12 37 13B 38 1D
Octal 162 40 135 0 110 22 67 473 70 35
Binary 1110010 100000 1011101 0 1001000 10010 110111 100111011 111000 11101

Color Harmonies of #72205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72205D

Black with #72205D

Text Example


Text Example

White with #72205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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