Html Css Color HEX #72115C Palatinate Purple

📋 copy color: '#72115C'

red 114 ◦ green 17 ◦ blue 92

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

Shades of Palatinate Purple #72115C

Tints of Palatinate Purple #72115C

RGB

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

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

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

R = 51.12%
G = 7.62%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72115C (or 0x72115C) is known color: Palatinate Purple. HEX triplet: 72, 11 and 5C. RGB value is (114,17,92). Sum of RGB (Red+Green+Blue) = 114+17+92=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72115C is #8DEEA3. Grayscale: #363636. Windows color (decimal): -9301668 or 6033778. OLE color: 6033778.

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

Color convert

RGB 114 17 92 -
CMYK 0 0.85 0.19 0.55
HSL 313.61º 0.74% 0.26% -
HSV(B) 313.61º 0.85% 0.45% -
XYZ 9.07 4.75 10.56 -
YUV 54.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 114 17 92 0 0.85 0.19 0.55 313.61 0.74 0.26
Hex 72 11 5C 0 55 13 37 13A 4A 1A
Octal 162 21 134 0 125 23 67 472 112 32
Binary 1110010 10001 1011100 0 1010101 10011 110111 100111010 1001010 11010

Color Harmonies of #72115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72115C

Black with #72115C

Text Example


Text Example

White with #72115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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