Html Css Color HEX #721979 Dark Purple

📋 copy color: '#721979'

red 114 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #721979

Tints of Dark Purple #721979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

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

R = 43.85%
G = 9.62%
B = 46.54%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#721979 (or 0x721979) is known color: Dark Purple. HEX triplet: 72, 19 and 79. RGB value is (114,25,121). Sum of RGB (Red+Green+Blue) = 114+25+121=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #721979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721979 is #8DE686. Grayscale: #3E3E3E. Windows color (decimal): -9299591 or 7936370. OLE color: 7936370.

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

Color convert

RGB 114 25 121 -
CMYK 0.06 0.79 0 0.53
HSL 295.63º 0.66% 0.29% -
HSV(B) 295.63º 0.79% 0.47% -
XYZ 10.74 5.65 18.61 -
YUV 62.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 114 25 121 0.06 0.79 0 0.53 295.63 0.66 0.29
Hex 72 19 79 6 4F 0 35 128 42 1D
Octal 162 31 171 6 117 0 65 450 102 35
Binary 1110010 11001 1111001 110 1001111 0 110101 100101000 1000010 11101

Color Harmonies of #721979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721979

Black with #721979

Text Example


Text Example

White with #721979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721979; }

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

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

background-color css

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

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

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

border-color css

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

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

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