Html Css Color HEX #72206C Palatinate Purple

📋 copy color: '#72206C'

red 114 ◦ green 32 ◦ blue 108

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

Shades of Palatinate Purple #72206C

Tints of Palatinate Purple #72206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 44.88%
G = 12.6%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72206C (or 0x72206C) is known color: Palatinate Purple. HEX triplet: 72, 20 and 6C. RGB value is (114,32,108). Sum of RGB (Red+Green+Blue) = 114+32+108=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #72206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72206C is #8DDF93. Grayscale: #404040. Windows color (decimal): -9297812 or 7086194. OLE color: 7086194.

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

Color convert

RGB 114 32 108 -
CMYK 0 0.72 0.05 0.55
HSL 304.39º 0.56% 0.29% -
HSV(B) 304.39º 0.72% 0.45% -
XYZ 10.16 5.69 14.75 -
YUV 65.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 114 32 108 0 0.72 0.05 0.55 304.39 0.56 0.29
Hex 72 20 6C 0 48 5 37 130 38 1D
Octal 162 40 154 0 110 5 67 460 70 35
Binary 1110010 100000 1101100 0 1001000 101 110111 100110000 111000 11101

Color Harmonies of #72206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72206C

Black with #72206C

Text Example


Text Example

White with #72206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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