Html Css Color HEX #721972 Dark Purple

📋 copy color: '#721972'

red 114 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #721972

Tints of Dark Purple #721972

RGB

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

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

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

R = 45.06%
G = 9.88%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#721972 (or 0x721972) is known color: Dark Purple. HEX triplet: 72, 19 and 72. RGB value is (114,25,114). Sum of RGB (Red+Green+Blue) = 114+25+114=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #721972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721972 is #8DE68D. Grayscale: #3D3D3D. Windows color (decimal): -9299598 or 7477618. OLE color: 7477618.

HSL color Cylindrical-coordinate representation of color #721972: hue angle of 300º 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 #721972 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 114 -
CMYK 0 0.78 0 0.55
HSL 300º 0.64% 0.27% -
HSV(B) 300º 0.78% 0.45% -
XYZ 10.32 5.49 16.43 -
YUV 61.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 114 25 114 0 0.78 0 0.55 300 0.64 0.27
Hex 72 19 72 0 4E 0 37 12C 40 1B
Octal 162 31 162 0 116 0 67 454 100 33
Binary 1110010 11001 1110010 0 1001110 0 110111 100101100 1000000 11011

Color Harmonies of #721972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721972

Black with #721972

Text Example


Text Example

White with #721972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721972; }

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

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

background-color css

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

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

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

border-color css

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

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

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