Html Css Color HEX #72155C Palatinate Purple

📋 copy color: '#72155C'

red 114 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #72155C

Tints of Palatinate Purple #72155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 50.22%
G = 9.25%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#72155C (or 0x72155C) is known color: Palatinate Purple. HEX triplet: 72, 15 and 5C. RGB value is (114,21,92). Sum of RGB (Red+Green+Blue) = 114+21+92=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72155C is #8DEAA3. Grayscale: #383838. Windows color (decimal): -9300644 or 6034802. OLE color: 6034802.

HSL color Cylindrical-coordinate representation of color #72155C: hue angle of 314.19º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72155C is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 92 -
CMYK 0 0.82 0.19 0.55
HSL 314.19º 0.69% 0.26% -
HSV(B) 314.19º 0.82% 0.45% -
XYZ 9.14 4.89 10.59 -
YUV 56.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 114 21 92 0 0.82 0.19 0.55 314.19 0.69 0.26
Hex 72 15 5C 0 52 13 37 13A 45 1A
Octal 162 25 134 0 122 23 67 472 105 32
Binary 1110010 10101 1011100 0 1010010 10011 110111 100111010 1000101 11010

Color Harmonies of #72155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72155C

Black with #72155C

Text Example


Text Example

White with #72155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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