Html Css Color HEX #72116F Purple

📋 copy color: '#72116F'

red 114 ◦ green 17 ◦ blue 111

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

Shades of Purple #72116F

Tints of Purple #72116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.87%

R = 47.11%
G = 7.02%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72116F (or 0x72116F) is known color: Purple. HEX triplet: 72, 11 and 6F. RGB value is (114,17,111). Sum of RGB (Red+Green+Blue) = 114+17+111=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72116F is #8DEE90. Grayscale: #383838. Windows color (decimal): -9301649 or 7278962. OLE color: 7278962.

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

Color convert

RGB 114 17 111 -
CMYK 0 0.85 0.03 0.55
HSL 301.86º 0.74% 0.26% -
HSV(B) 301.86º 0.85% 0.45% -
XYZ 10.01 5.13 15.5 -
YUV 56.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 114 17 111 0 0.85 0.03 0.55 301.86 0.74 0.26
Hex 72 11 6F 0 55 3 37 12E 4A 1A
Octal 162 21 157 0 125 3 67 456 112 32
Binary 1110010 10001 1101111 0 1010101 11 110111 100101110 1001010 11010

Color Harmonies of #72116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72116F

Black with #72116F

Text Example


Text Example

White with #72116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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