Html Css Color HEX #721079 Purple

📋 copy color: '#721079'

red 114 ◦ green 16 ◦ blue 121

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

Shades of Purple #721079

Tints of Purple #721079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.37%

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

R = 45.42%
G = 6.37%
B = 48.21%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#721079 (or 0x721079) is known color: Purple. HEX triplet: 72, 10 and 79. RGB value is (114,16,121). Sum of RGB (Red+Green+Blue) = 114+16+121=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #721079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721079 is #8DEF86. Grayscale: #383838. Windows color (decimal): -9301895 or 7934066. OLE color: 7934066.

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

Color convert

RGB 114 16 121 -
CMYK 0.06 0.87 0 0.53
HSL 296º 0.77% 0.27% -
HSV(B) 296º 0.87% 0.47% -
XYZ 10.58 5.33 18.56 -
YUV 57.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 114 16 121 0.06 0.87 0 0.53 296 0.77 0.27
Hex 72 10 79 6 57 0 35 128 4D 1B
Octal 162 20 171 6 127 0 65 450 115 33
Binary 1110010 10000 1111001 110 1010111 0 110101 100101000 1001101 11011

Color Harmonies of #721079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721079

Black with #721079

Text Example


Text Example

White with #721079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721079; }

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

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

background-color css

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

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

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

border-color css

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

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

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