Html Css Color HEX #720277 Purple

📋 copy color: '#720277'

red 114 ◦ green 2 ◦ blue 119

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

Shades of Purple #720277

Tints of Purple #720277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 48.51%
G = 0.85%
B = 50.64%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#720277 (or 0x720277) is known color: Purple. HEX triplet: 72, 02 and 77. RGB value is (114,2,119). Sum of RGB (Red+Green+Blue) = 114+2+119=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #720277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720277 is #8DFD88. Grayscale: #303030. Windows color (decimal): -9305481 or 7799410. OLE color: 7799410.

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

Color convert

RGB 114 2 119 -
CMYK 0.04 0.98 0 0.53
HSL 297.44º 0.97% 0.24% -
HSV(B) 297.44º 0.98% 0.47% -
XYZ 10.29 4.95 17.87 -
YUV 48.83 167.61 174.49 -
System Red Green Blue C M Y K H S L
Decimal 114 2 119 0.04 0.98 0 0.53 297.44 0.97 0.24
Hex 72 2 77 4 62 0 35 129 61 18
Octal 162 2 167 4 142 0 65 451 141 30
Binary 1110010 10 1110111 100 1100010 0 110101 100101001 1100001 11000

Color Harmonies of #720277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720277

Black with #720277

Text Example


Text Example

White with #720277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720277; }

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

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

background-color css

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

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

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

border-color css

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

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

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