Html Css Color HEX #72156D Palatinate Purple

📋 copy color: '#72156D'

red 114 ◦ green 21 ◦ blue 109

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

Shades of Palatinate Purple #72156D

Tints of Palatinate Purple #72156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 46.72%
G = 8.61%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72156D (or 0x72156D) is known color: Palatinate Purple. HEX triplet: 72, 15 and 6D. RGB value is (114,21,109). Sum of RGB (Red+Green+Blue) = 114+21+109=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72156D is #8DEA92. Grayscale: #3A3A3A. Windows color (decimal): -9300627 or 7148914. OLE color: 7148914.

HSL color Cylindrical-coordinate representation of color #72156D: hue angle of 303.23º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72156D is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 109 -
CMYK 0 0.82 0.04 0.55
HSL 303.23º 0.69% 0.26% -
HSV(B) 303.23º 0.82% 0.45% -
XYZ 9.97 5.22 14.95 -
YUV 58.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 114 21 109 0 0.82 0.04 0.55 303.23 0.69 0.26
Hex 72 15 6D 0 52 4 37 12F 45 1A
Octal 162 25 155 0 122 4 67 457 105 32
Binary 1110010 10101 1101101 0 1010010 100 110111 100101111 1000101 11010

Color Harmonies of #72156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72156D

Black with #72156D

Text Example


Text Example

White with #72156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,21,109); }

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

background-color css

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

 a { background-color: rgb(114,21,109); }

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

border-color css

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

 span { border-color: rgb(114,21,109); }

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