Html Css Color HEX #72016A Purple

📋 copy color: '#72016A'

red 114 ◦ green 1 ◦ blue 106

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

Shades of Purple #72016A

Tints of Purple #72016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.96%

R = 51.58%
G = 0.45%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72016A (or 0x72016A) is known color: Purple. HEX triplet: 72, 01 and 6A. RGB value is (114,1,106). Sum of RGB (Red+Green+Blue) = 114+1+106=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #72016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72016A is #8DFE95. Grayscale: #2E2E2E. Windows color (decimal): -9305750 or 6947186. OLE color: 6947186.

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

Color convert

RGB 114 1 106 -
CMYK 0 0.99 0.07 0.55
HSL 304.25º 0.98% 0.23% -
HSV(B) 304.25º 0.99% 0.45% -
XYZ 9.55 4.64 14.03 -
YUV 46.76 161.44 175.96 -
System Red Green Blue C M Y K H S L
Decimal 114 1 106 0 0.99 0.07 0.55 304.25 0.98 0.23
Hex 72 1 6A 0 63 7 37 130 62 17
Octal 162 1 152 0 143 7 67 460 142 27
Binary 1110010 1 1101010 0 1100011 111 110111 100110000 1100010 10111

Color Harmonies of #72016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72016A

Black with #72016A

Text Example


Text Example

White with #72016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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