Html Css Color HEX #72155F Palatinate Purple

📋 copy color: '#72155F'

red 114 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #72155F

Tints of Palatinate Purple #72155F

RGB

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

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

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

R = 49.57%
G = 9.13%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72155F (or 0x72155F) is known color: Palatinate Purple. HEX triplet: 72, 15 and 5F. RGB value is (114,21,95). Sum of RGB (Red+Green+Blue) = 114+21+95=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72155F is #8DEAA0. Grayscale: #393939. Windows color (decimal): -9300641 or 6231410. OLE color: 6231410.

HSL color Cylindrical-coordinate representation of color #72155F: hue angle of 312.26º 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 #72155F is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 95 -
CMYK 0 0.82 0.17 0.55
HSL 312.26º 0.69% 0.26% -
HSV(B) 312.26º 0.82% 0.45% -
XYZ 9.27 4.94 11.29 -
YUV 57.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 114 21 95 0 0.82 0.17 0.55 312.26 0.69 0.26
Hex 72 15 5F 0 52 11 37 138 45 1A
Octal 162 25 137 0 122 21 67 470 105 32
Binary 1110010 10101 1011111 0 1010010 10001 110111 100111000 1000101 11010

Color Harmonies of #72155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72155F

Black with #72155F

Text Example


Text Example

White with #72155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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