Html Css Color HEX #72016D Purple

📋 copy color: '#72016D'

red 114 ◦ green 1 ◦ blue 109

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

Shades of Purple #72016D

Tints of Purple #72016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 50.89%
G = 0.45%
B = 48.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72016D (or 0x72016D) is known color: Purple. HEX triplet: 72, 01 and 6D. RGB value is (114,1,109). Sum of RGB (Red+Green+Blue) = 114+1+109=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72016D is #8DFE92. Grayscale: #2E2E2E. Windows color (decimal): -9305747 or 7143794. OLE color: 7143794.

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

Color convert

RGB 114 1 109 -
CMYK 0 0.99 0.04 0.55
HSL 302.65º 0.98% 0.23% -
HSV(B) 302.65º 0.99% 0.45% -
XYZ 9.71 4.7 14.86 -
YUV 47.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 114 1 109 0 0.99 0.04 0.55 302.65 0.98 0.23
Hex 72 1 6D 0 63 4 37 12F 62 17
Octal 162 1 155 0 143 4 67 457 142 27
Binary 1110010 1 1101101 0 1100011 100 110111 100101111 1100010 10111

Color Harmonies of #72016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72016D

Black with #72016D

Text Example


Text Example

White with #72016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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