Html Css Color HEX #72175A Palatinate Purple

📋 copy color: '#72175A'

red 114 ◦ green 23 ◦ blue 90

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

Shades of Palatinate Purple #72175A

Tints of Palatinate Purple #72175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 50.22%
G = 10.13%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72175A (or 0x72175A) is known color: Palatinate Purple. HEX triplet: 72, 17 and 5A. RGB value is (114,23,90). Sum of RGB (Red+Green+Blue) = 114+23+90=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72175A is #8DE8A5. Grayscale: #393939. Windows color (decimal): -9300134 or 5904242. OLE color: 5904242.

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

Color convert

RGB 114 23 90 -
CMYK 0 0.80 0.21 0.55
HSL 315.82º 0.66% 0.27% -
HSV(B) 315.82º 0.8% 0.45% -
XYZ 9.09 4.93 10.14 -
YUV 57.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 114 23 90 0 0.80 0.21 0.55 315.82 0.66 0.27
Hex 72 17 5A 0 50 15 37 13C 42 1B
Octal 162 27 132 0 120 25 67 474 102 33
Binary 1110010 10111 1011010 0 1010000 10101 110111 100111100 1000010 11011

Color Harmonies of #72175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72175A

Black with #72175A

Text Example


Text Example

White with #72175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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