Html Css Color HEX #72115B Palatinate Purple

📋 copy color: '#72115B'

red 114 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #72115B

Tints of Palatinate Purple #72115B

RGB

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

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

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

R = 51.35%
G = 7.66%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72115B (or 0x72115B) is known color: Palatinate Purple. HEX triplet: 72, 11 and 5B. RGB value is (114,17,91). Sum of RGB (Red+Green+Blue) = 114+17+91=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72115B is #8DEEA4. Grayscale: #363636. Windows color (decimal): -9301669 or 5968242. OLE color: 5968242.

HSL color Cylindrical-coordinate representation of color #72115B: hue angle of 314.23º 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 #72115B is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 91 -
CMYK 0 0.85 0.20 0.55
HSL 314.23º 0.74% 0.26% -
HSV(B) 314.23º 0.85% 0.45% -
XYZ 9.03 4.73 10.34 -
YUV 54.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 114 17 91 0 0.85 0.20 0.55 314.23 0.74 0.26
Hex 72 11 5B 0 55 14 37 13A 4A 1A
Octal 162 21 133 0 125 24 67 472 112 32
Binary 1110010 10001 1011011 0 1010101 10100 110111 100111010 1001010 11010

Color Harmonies of #72115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72115B

Black with #72115B

Text Example


Text Example

White with #72115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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