Html Css Color HEX #720677 Purple

📋 copy color: '#720677'

red 114 ◦ green 6 ◦ blue 119

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

Shades of Purple #720677

Tints of Purple #720677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

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

R = 47.7%
G = 2.51%
B = 49.79%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#720677 (or 0x720677) is known color: Purple. HEX triplet: 72, 06 and 77. RGB value is (114,6,119). Sum of RGB (Red+Green+Blue) = 114+6+119=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #720677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720677 is #8DF988. Grayscale: #323232. Windows color (decimal): -9304457 or 7800434. OLE color: 7800434.

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

Color convert

RGB 114 6 119 -
CMYK 0.04 0.95 0 0.53
HSL 297.35º 0.9% 0.25% -
HSV(B) 297.35º 0.95% 0.47% -
XYZ 10.33 5.04 17.88 -
YUV 51.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 114 6 119 0.04 0.95 0 0.53 297.35 0.9 0.25
Hex 72 6 77 4 5F 0 35 129 5A 19
Octal 162 6 167 4 137 0 65 451 132 31
Binary 1110010 110 1110111 100 1011111 0 110101 100101001 1011010 11001

Color Harmonies of #720677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720677

Black with #720677

Text Example


Text Example

White with #720677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720677; }

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

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

background-color css

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

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

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

border-color css

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

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

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