Html Css Color HEX #720778 Purple

📋 copy color: '#720778'

red 114 ◦ green 7 ◦ blue 120

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

Shades of Purple #720778

Tints of Purple #720778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.79%

R = 47.3%
G = 2.9%
B = 49.79%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#720778 (or 0x720778) is known color: Purple. HEX triplet: 72, 07 and 78. RGB value is (114,7,120). Sum of RGB (Red+Green+Blue) = 114+7+120=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #720778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720778 is #8DF887. Grayscale: #333333. Windows color (decimal): -9304200 or 7866226. OLE color: 7866226.

HSL color Cylindrical-coordinate representation of color #720778: hue angle of 296.81º 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 #720778 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 7 120 -
CMYK 0.05 0.94 0 0.53
HSL 296.81º 0.89% 0.25% -
HSV(B) 296.81º 0.94% 0.47% -
XYZ 10.41 5.09 18.2 -
YUV 51.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 114 7 120 0.05 0.94 0 0.53 296.81 0.89 0.25
Hex 72 7 78 5 5E 0 35 129 59 19
Octal 162 7 170 5 136 0 65 451 131 31
Binary 1110010 111 1111000 101 1011110 0 110101 100101001 1011001 11001

Color Harmonies of #720778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720778

Black with #720778

Text Example


Text Example

White with #720778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720778; }

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

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

background-color css

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

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

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

border-color css

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

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

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