Html Css Color HEX #720777 Purple

📋 copy color: '#720777'

red 114 ◦ green 7 ◦ blue 119

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

Shades of Purple #720777

Tints of Purple #720777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

 BLUE value IS 119 (46.88% from 255) = 49.58%

R = 47.5%
G = 2.92%
B = 49.58%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#720777 (or 0x720777) is known color: Purple. HEX triplet: 72, 07 and 77. RGB value is (114,7,119). Sum of RGB (Red+Green+Blue) = 114+7+119=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #720777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720777 is #8DF888. Grayscale: #333333. Windows color (decimal): -9304201 or 7800690. OLE color: 7800690.

HSL color Cylindrical-coordinate representation of color #720777: hue angle of 297.32º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720777 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 7 119 -
CMYK 0.04 0.94 0 0.53
HSL 297.32º 0.89% 0.25% -
HSV(B) 297.32º 0.94% 0.47% -
XYZ 10.35 5.06 17.88 -
YUV 51.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 114 7 119 0.04 0.94 0 0.53 297.32 0.89 0.25
Hex 72 7 77 4 5E 0 35 129 59 19
Octal 162 7 167 4 136 0 65 451 131 31
Binary 1110010 111 1110111 100 1011110 0 110101 100101001 1011001 11001

Color Harmonies of #720777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720777

Black with #720777

Text Example


Text Example

White with #720777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720777; }

 p { color: rgb(114,7,119); }

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

background-color css

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

 a { background-color: rgb(114,7,119); }

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

border-color css

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

 span { border-color: rgb(114,7,119); }

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