Html Css Color HEX #72185B Palatinate Purple

📋 copy color: '#72185B'

red 114 ◦ green 24 ◦ blue 91

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

Shades of Palatinate Purple #72185B

Tints of Palatinate Purple #72185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 49.78%
G = 10.48%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72185B (or 0x72185B) is known color: Palatinate Purple. HEX triplet: 72, 18 and 5B. RGB value is (114,24,91). Sum of RGB (Red+Green+Blue) = 114+24+91=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72185B is #8DE7A4. Grayscale: #3A3A3A. Windows color (decimal): -9299877 or 5970034. OLE color: 5970034.

HSL color Cylindrical-coordinate representation of color #72185B: hue angle of 315.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72185B is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 24 91 -
CMYK 0 0.79 0.20 0.55
HSL 315.33º 0.65% 0.27% -
HSV(B) 315.33º 0.79% 0.45% -
XYZ 9.15 4.99 10.38 -
YUV 58.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 114 24 91 0 0.79 0.20 0.55 315.33 0.65 0.27
Hex 72 18 5B 0 4F 14 37 13B 41 1B
Octal 162 30 133 0 117 24 67 473 101 33
Binary 1110010 11000 1011011 0 1001111 10100 110111 100111011 1000001 11011

Color Harmonies of #72185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72185B

Black with #72185B

Text Example


Text Example

White with #72185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72185B; }

 p { color: rgb(114,24,91); }

 H1.HeaderClassName
 {
   color: #72185B;
 }
 .AnyTagClassName
 {
   color: #72185B;
 }
</style>

background-color css

<style>
 a { background-color: #72185B; }

 a { background-color: rgb(114,24,91); }

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

border-color css

<style>
 span { border-color: #72185B; }

 span { border-color: rgb(114,24,91); }

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