Html Css Color HEX #72106F Purple

📋 copy color: '#72106F'

red 114 ◦ green 16 ◦ blue 111

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

Shades of Purple #72106F

Tints of Purple #72106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

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

R = 47.3%
G = 6.64%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72106F (or 0x72106F) is known color: Purple. HEX triplet: 72, 10 and 6F. RGB value is (114,16,111). Sum of RGB (Red+Green+Blue) = 114+16+111=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72106F is #8DEF90. Grayscale: #373737. Windows color (decimal): -9301905 or 7278706. OLE color: 7278706.

HSL color Cylindrical-coordinate representation of color #72106F: hue angle of 301.84º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72106F is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 111 -
CMYK 0 0.86 0.03 0.55
HSL 301.84º 0.75% 0.25% -
HSV(B) 301.84º 0.86% 0.45% -
XYZ 9.99 5.1 15.5 -
YUV 56.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 114 16 111 0 0.86 0.03 0.55 301.84 0.75 0.25
Hex 72 10 6F 0 56 3 37 12E 4B 19
Octal 162 20 157 0 126 3 67 456 113 31
Binary 1110010 10000 1101111 0 1010110 11 110111 100101110 1001011 11001

Color Harmonies of #72106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72106F

Black with #72106F

Text Example


Text Example

White with #72106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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