Html Css Color HEX #72206A Palatinate Purple

📋 copy color: '#72206A'

red 114 ◦ green 32 ◦ blue 106

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

Shades of Palatinate Purple #72206A

Tints of Palatinate Purple #72206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 45.24%
G = 12.7%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72206A (or 0x72206A) is known color: Palatinate Purple. HEX triplet: 72, 20 and 6A. RGB value is (114,32,106). Sum of RGB (Red+Green+Blue) = 114+32+106=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #72206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72206A is #8DDF95. Grayscale: #404040. Windows color (decimal): -9297814 or 6955122. OLE color: 6955122.

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

Color convert

RGB 114 32 106 -
CMYK 0 0.72 0.07 0.55
HSL 305.85º 0.56% 0.29% -
HSV(B) 305.85º 0.72% 0.45% -
XYZ 10.06 5.65 14.2 -
YUV 64.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 114 32 106 0 0.72 0.07 0.55 305.85 0.56 0.29
Hex 72 20 6A 0 48 7 37 132 38 1D
Octal 162 40 152 0 110 7 67 462 70 35
Binary 1110010 100000 1101010 0 1001000 111 110111 100110010 111000 11101

Color Harmonies of #72206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72206A

Black with #72206A

Text Example


Text Example

White with #72206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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