Html Css Color HEX #72176C Palatinate Purple

📋 copy color: '#72176C'

red 114 ◦ green 23 ◦ blue 108

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

Shades of Palatinate Purple #72176C

Tints of Palatinate Purple #72176C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

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

R = 46.53%
G = 9.39%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72176C (or 0x72176C) is known color: Palatinate Purple. HEX triplet: 72, 17 and 6C. RGB value is (114,23,108). Sum of RGB (Red+Green+Blue) = 114+23+108=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72176C is #8DE893. Grayscale: #3B3B3B. Windows color (decimal): -9300116 or 7083890. OLE color: 7083890.

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

Color convert

RGB 114 23 108 -
CMYK 0 0.80 0.05 0.55
HSL 303.96º 0.66% 0.27% -
HSV(B) 303.96º 0.8% 0.45% -
XYZ 9.95 5.27 14.68 -
YUV 59.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 114 23 108 0 0.80 0.05 0.55 303.96 0.66 0.27
Hex 72 17 6C 0 50 5 37 130 42 1B
Octal 162 27 154 0 120 5 67 460 102 33
Binary 1110010 10111 1101100 0 1010000 101 110111 100110000 1000010 11011

Color Harmonies of #72176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72176C

Black with #72176C

Text Example


Text Example

White with #72176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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