Html Css Color HEX #720076 Purple

📋 copy color: '#720076'

red 114 ◦ green 0 ◦ blue 118

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

Shades of Purple #720076

Tints of Purple #720076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 49.14%
G = 0%
B = 50.86%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#720076 (or 0x720076) is known color: Purple. HEX triplet: 72, 00 and 76. RGB value is (114,0,118). Sum of RGB (Red+Green+Blue) = 114+0+118=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #720076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720076 is #8DFF89. Grayscale: #2F2F2F. Windows color (decimal): -9305994 or 7733362. OLE color: 7733362.

HSL color Cylindrical-coordinate representation of color #720076: hue angle of 297.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720076 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 0 118 -
CMYK 0.03 1 0 0.54
HSL 297.97º 1% 0.23% -
HSV(B) 297.97º 1% 0.46% -
XYZ 10.21 4.89 17.54 -
YUV 47.54 167.77 175.41 -
System Red Green Blue C M Y K H S L
Decimal 114 0 118 0.03 1 0 0.54 297.97 1 0.23
Hex 72 0 76 3 64 0 36 12A 64 17
Octal 162 0 166 3 144 0 66 452 144 27
Binary 1110010 0 1110110 11 1100100 0 110110 100101010 1100100 10111

Color Harmonies of #720076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720076

Black with #720076

Text Example


Text Example

White with #720076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720076; }

 p { color: rgb(114,0,118); }

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

background-color css

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

 a { background-color: rgb(114,0,118); }

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

border-color css

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

 span { border-color: rgb(114,0,118); }

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