Html Css Color HEX #72115F Palatinate Purple

📋 copy color: '#72115F'

red 114 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #72115F

Tints of Palatinate Purple #72115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 50.44%
G = 7.52%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72115F (or 0x72115F) is known color: Palatinate Purple. HEX triplet: 72, 11 and 5F. RGB value is (114,17,95). Sum of RGB (Red+Green+Blue) = 114+17+95=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72115F is #8DEEA0. Grayscale: #363636. Windows color (decimal): -9301665 or 6230386. OLE color: 6230386.

HSL color Cylindrical-coordinate representation of color #72115F: hue angle of 311.75º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72115F is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 95 -
CMYK 0 0.85 0.17 0.55
HSL 311.75º 0.74% 0.26% -
HSV(B) 311.75º 0.85% 0.45% -
XYZ 9.21 4.8 11.27 -
YUV 54.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 114 17 95 0 0.85 0.17 0.55 311.75 0.74 0.26
Hex 72 11 5F 0 55 11 37 138 4A 1A
Octal 162 21 137 0 125 21 67 470 112 32
Binary 1110010 10001 1011111 0 1010101 10001 110111 100111000 1001010 11010

Color Harmonies of #72115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72115F

Black with #72115F

Text Example


Text Example

White with #72115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72115F; }

 p { color: rgb(114,17,95); }

 H1.HeaderClassName
 {
   color: #72115F;
 }
 .AnyTagClassName
 {
   color: #72115F;
 }
</style>

background-color css

<style>
 a { background-color: #72115F; }

 a { background-color: rgb(114,17,95); }

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

border-color css

<style>
 span { border-color: #72115F; }

 span { border-color: rgb(114,17,95); }

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