Html Css Color HEX #72186C Palatinate Purple

📋 copy color: '#72186C'

red 114 ◦ green 24 ◦ blue 108

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

Shades of Palatinate Purple #72186C

Tints of Palatinate Purple #72186C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.76%

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

R = 46.34%
G = 9.76%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72186C (or 0x72186C) is known color: Palatinate Purple. HEX triplet: 72, 18 and 6C. RGB value is (114,24,108). Sum of RGB (Red+Green+Blue) = 114+24+108=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72186C is #8DE793. Grayscale: #3C3C3C. Windows color (decimal): -9299860 or 7084146. OLE color: 7084146.

HSL color Cylindrical-coordinate representation of color #72186C: hue angle of 304º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72186C is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 24 108 -
CMYK 0 0.79 0.05 0.55
HSL 304º 0.65% 0.27% -
HSV(B) 304º 0.79% 0.45% -
XYZ 9.97 5.31 14.69 -
YUV 60.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 114 24 108 0 0.79 0.05 0.55 304 0.65 0.27
Hex 72 18 6C 0 4F 5 37 130 41 1B
Octal 162 30 154 0 117 5 67 460 101 33
Binary 1110010 11000 1101100 0 1001111 101 110111 100110000 1000001 11011

Color Harmonies of #72186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72186C

Black with #72186C

Text Example


Text Example

White with #72186C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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