Html Css Color HEX #721477 Purple

📋 copy color: '#721477'

red 114 ◦ green 20 ◦ blue 119

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

Shades of Purple #721477

Tints of Purple #721477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.91%

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

R = 45.06%
G = 7.91%
B = 47.04%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#721477 (or 0x721477) is known color: Purple. HEX triplet: 72, 14 and 77. RGB value is (114,20,119). Sum of RGB (Red+Green+Blue) = 114+20+119=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #721477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721477 is #8DEB88. Grayscale: #3B3B3B. Windows color (decimal): -9300873 or 7804018. OLE color: 7804018.

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

Color convert

RGB 114 20 119 -
CMYK 0.04 0.83 0 0.53
HSL 296.97º 0.71% 0.27% -
HSV(B) 296.97º 0.83% 0.47% -
XYZ 10.52 5.41 17.94 -
YUV 59.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 114 20 119 0.04 0.83 0 0.53 296.97 0.71 0.27
Hex 72 14 77 4 53 0 35 129 47 1B
Octal 162 24 167 4 123 0 65 451 107 33
Binary 1110010 10100 1110111 100 1010011 0 110101 100101001 1000111 11011

Color Harmonies of #721477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721477

Black with #721477

Text Example


Text Example

White with #721477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721477; }

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

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

background-color css

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

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

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

border-color css

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

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

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