Html Css Color HEX #721160 Palatinate Purple

📋 copy color: '#721160'

red 114 ◦ green 17 ◦ blue 96

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

Shades of Palatinate Purple #721160

Tints of Palatinate Purple #721160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 50.22%
G = 7.49%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#721160 (or 0x721160) is known color: Palatinate Purple. HEX triplet: 72, 11 and 60. RGB value is (114,17,96). Sum of RGB (Red+Green+Blue) = 114+17+96=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #721160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721160 is #8DEE9F. Grayscale: #363636. Windows color (decimal): -9301664 or 6295922. OLE color: 6295922.

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

Color convert

RGB 114 17 96 -
CMYK 0 0.85 0.16 0.55
HSL 311.13º 0.74% 0.26% -
HSV(B) 311.13º 0.85% 0.45% -
XYZ 9.25 4.82 11.51 -
YUV 55.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 114 17 96 0 0.85 0.16 0.55 311.13 0.74 0.26
Hex 72 11 60 0 55 10 37 137 4A 1A
Octal 162 21 140 0 125 20 67 467 112 32
Binary 1110010 10001 1100000 0 1010101 10000 110111 100110111 1001010 11010

Color Harmonies of #721160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721160

Black with #721160

Text Example


Text Example

White with #721160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721160; }

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

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

background-color css

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

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

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

border-color css

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

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

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