Html Css Color HEX #721179 Purple

📋 copy color: '#721179'

red 114 ◦ green 17 ◦ blue 121

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

Shades of Purple #721179

Tints of Purple #721179

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 121 (47.66% from 255) = 48.02%

R = 45.24%
G = 6.75%
B = 48.02%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#721179 (or 0x721179) is known color: Purple. HEX triplet: 72, 11 and 79. RGB value is (114,17,121). Sum of RGB (Red+Green+Blue) = 114+17+121=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #721179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721179 is #8DEE86. Grayscale: #393939. Windows color (decimal): -9301639 or 7934322. OLE color: 7934322.

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

Color convert

RGB 114 17 121 -
CMYK 0.06 0.86 0 0.53
HSL 295.96º 0.75% 0.27% -
HSV(B) 295.96º 0.86% 0.47% -
XYZ 10.59 5.36 18.57 -
YUV 57.86 163.64 168.04 -
System Red Green Blue C M Y K H S L
Decimal 114 17 121 0.06 0.86 0 0.53 295.96 0.75 0.27
Hex 72 11 79 6 56 0 35 128 4B 1B
Octal 162 21 171 6 126 0 65 450 113 33
Binary 1110010 10001 1111001 110 1010110 0 110101 100101000 1001011 11011

Color Harmonies of #721179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721179

Black with #721179

Text Example


Text Example

White with #721179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721179; }

 p { color: rgb(114,17,121); }

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

background-color css

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

 a { background-color: rgb(114,17,121); }

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

border-color css

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

 span { border-color: rgb(114,17,121); }

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