Html Css Color HEX #72196C Palatinate Purple

📋 copy color: '#72196C'

red 114 ◦ green 25 ◦ blue 108

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

Shades of Palatinate Purple #72196C

Tints of Palatinate Purple #72196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

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

R = 46.15%
G = 10.12%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72196C (or 0x72196C) is known color: Palatinate Purple. HEX triplet: 72, 19 and 6C. RGB value is (114,25,108). Sum of RGB (Red+Green+Blue) = 114+25+108=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #72196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72196C is #8DE693. Grayscale: #3C3C3C. Windows color (decimal): -9299604 or 7084402. OLE color: 7084402.

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

Color convert

RGB 114 25 108 -
CMYK 0 0.78 0.05 0.55
HSL 304.05º 0.64% 0.27% -
HSV(B) 304.05º 0.78% 0.45% -
XYZ 9.99 5.36 14.69 -
YUV 61.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 114 25 108 0 0.78 0.05 0.55 304.05 0.64 0.27
Hex 72 19 6C 0 4E 5 37 130 40 1B
Octal 162 31 154 0 116 5 67 460 100 33
Binary 1110010 11001 1101100 0 1001110 101 110111 100110000 1000000 11011

Color Harmonies of #72196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72196C

Black with #72196C

Text Example


Text Example

White with #72196C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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