Html Css Color HEX #72016F Purple

📋 copy color: '#72016F'

red 114 ◦ green 1 ◦ blue 111

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

Shades of Purple #72016F

Tints of Purple #72016F

RGB

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

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

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

R = 50.44%
G = 0.44%
B = 49.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72016F (or 0x72016F) is known color: Purple. HEX triplet: 72, 01 and 6F. RGB value is (114,1,111). Sum of RGB (Red+Green+Blue) = 114+1+111=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72016F is #8DFE90. Grayscale: #2F2F2F. Windows color (decimal): -9305745 or 7274866. OLE color: 7274866.

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

Color convert

RGB 114 1 111 -
CMYK 0 0.99 0.03 0.55
HSL 301.59º 0.98% 0.23% -
HSV(B) 301.59º 0.99% 0.45% -
XYZ 9.82 4.75 15.44 -
YUV 47.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 114 1 111 0 0.99 0.03 0.55 301.59 0.98 0.23
Hex 72 1 6F 0 63 3 37 12E 62 17
Octal 162 1 157 0 143 3 67 456 142 27
Binary 1110010 1 1101111 0 1100011 11 110111 100101110 1100010 10111

Color Harmonies of #72016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72016F

Black with #72016F

Text Example


Text Example

White with #72016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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