Html Css Color HEX #721970 Dark Purple

📋 copy color: '#721970'

red 114 ◦ green 25 ◦ blue 112

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

Shades of Dark Purple #721970

Tints of Dark Purple #721970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.62%

R = 45.42%
G = 9.96%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#721970 (or 0x721970) is known color: Dark Purple. HEX triplet: 72, 19 and 70. RGB value is (114,25,112). Sum of RGB (Red+Green+Blue) = 114+25+112=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #721970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721970 is #8DE68F. Grayscale: #3D3D3D. Windows color (decimal): -9299600 or 7346546. OLE color: 7346546.

HSL color Cylindrical-coordinate representation of color #721970: hue angle of 301.35º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721970 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 112 -
CMYK 0 0.78 0.02 0.55
HSL 301.35º 0.64% 0.27% -
HSV(B) 301.35º 0.78% 0.45% -
XYZ 10.21 5.44 15.84 -
YUV 61.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 114 25 112 0 0.78 0.02 0.55 301.35 0.64 0.27
Hex 72 19 70 0 4E 2 37 12D 40 1B
Octal 162 31 160 0 116 2 67 455 100 33
Binary 1110010 11001 1110000 0 1001110 10 110111 100101101 1000000 11011

Color Harmonies of #721970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721970

Black with #721970

Text Example


Text Example

White with #721970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721970; }

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

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

background-color css

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

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

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

border-color css

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

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

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