Html Css Color HEX #720160 Purple

📋 copy color: '#720160'

red 114 ◦ green 1 ◦ blue 96

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

Shades of Purple #720160

Tints of Purple #720160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 54.03%
G = 0.47%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#720160 (or 0x720160) is known color: Purple. HEX triplet: 72, 01 and 60. RGB value is (114,1,96). Sum of RGB (Red+Green+Blue) = 114+1+96=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #720160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720160 is #8DFE9F. Grayscale: #2D2D2D. Windows color (decimal): -9305760 or 6291826. OLE color: 6291826.

HSL color Cylindrical-coordinate representation of color #720160: hue angle of 309.56º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720160 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 1 96 -
CMYK 0 0.99 0.16 0.55
HSL 309.56º 0.98% 0.23% -
HSV(B) 309.56º 0.99% 0.45% -
XYZ 9.06 4.44 11.45 -
YUV 45.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 114 1 96 0 0.99 0.16 0.55 309.56 0.98 0.23
Hex 72 1 60 0 63 10 37 136 62 17
Octal 162 1 140 0 143 20 67 466 142 27
Binary 1110010 1 1100000 0 1100011 10000 110111 100110110 1100010 10111

Color Harmonies of #720160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720160

Black with #720160

Text Example


Text Example

White with #720160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720160; }

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

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

background-color css

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

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

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

border-color css

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

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

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