Html Css Color HEX #72175C Palatinate Purple

📋 copy color: '#72175C'

red 114 ◦ green 23 ◦ blue 92

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

Shades of Palatinate Purple #72175C

Tints of Palatinate Purple #72175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 49.78%
G = 10.04%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72175C (or 0x72175C) is known color: Palatinate Purple. HEX triplet: 72, 17 and 5C. RGB value is (114,23,92). Sum of RGB (Red+Green+Blue) = 114+23+92=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72175C is #8DE8A3. Grayscale: #393939. Windows color (decimal): -9300132 or 6035314. OLE color: 6035314.

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

Color convert

RGB 114 23 92 -
CMYK 0 0.80 0.19 0.55
HSL 314.51º 0.66% 0.27% -
HSV(B) 314.51º 0.8% 0.45% -
XYZ 9.18 4.96 10.6 -
YUV 58.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 114 23 92 0 0.80 0.19 0.55 314.51 0.66 0.27
Hex 72 17 5C 0 50 13 37 13B 42 1B
Octal 162 27 134 0 120 23 67 473 102 33
Binary 1110010 10111 1011100 0 1010000 10011 110111 100111011 1000010 11011

Color Harmonies of #72175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72175C

Black with #72175C

Text Example


Text Example

White with #72175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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