Html Css Color HEX #72176D Palatinate Purple

📋 copy color: '#72176D'

red 114 ◦ green 23 ◦ blue 109

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

Shades of Palatinate Purple #72176D

Tints of Palatinate Purple #72176D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 46.34%
G = 9.35%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72176D (or 0x72176D) is known color: Palatinate Purple. HEX triplet: 72, 17 and 6D. RGB value is (114,23,109). Sum of RGB (Red+Green+Blue) = 114+23+109=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72176D is #8DE892. Grayscale: #3B3B3B. Windows color (decimal): -9300115 or 7149426. OLE color: 7149426.

HSL color Cylindrical-coordinate representation of color #72176D: hue angle of 303.3º 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 #72176D is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 109 -
CMYK 0 0.80 0.04 0.55
HSL 303.3º 0.66% 0.27% -
HSV(B) 303.3º 0.8% 0.45% -
XYZ 10.01 5.29 14.96 -
YUV 60.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 114 23 109 0 0.80 0.04 0.55 303.3 0.66 0.27
Hex 72 17 6D 0 50 4 37 12F 42 1B
Octal 162 27 155 0 120 4 67 457 102 33
Binary 1110010 10111 1101101 0 1010000 100 110111 100101111 1000010 11011

Color Harmonies of #72176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72176D

Black with #72176D

Text Example


Text Example

White with #72176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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