Html Css Color HEX #721976 Dark Purple

📋 copy color: '#721976'

red 114 ◦ green 25 ◦ blue 118

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

Shades of Dark Purple #721976

Tints of Dark Purple #721976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 44.36%
G = 9.73%
B = 45.91%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#721976 (or 0x721976) is known color: Dark Purple. HEX triplet: 72, 19 and 76. RGB value is (114,25,118). Sum of RGB (Red+Green+Blue) = 114+25+118=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #721976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721976 is #8DE689. Grayscale: #3D3D3D. Windows color (decimal): -9299594 or 7739762. OLE color: 7739762.

HSL color Cylindrical-coordinate representation of color #721976: hue angle of 297.42º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #721976 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 25 118 -
CMYK 0.03 0.79 0 0.54
HSL 297.42º 0.65% 0.28% -
HSV(B) 297.42º 0.79% 0.46% -
XYZ 10.56 5.58 17.66 -
YUV 62.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 114 25 118 0.03 0.79 0 0.54 297.42 0.65 0.28
Hex 72 19 76 3 4F 0 36 129 41 1C
Octal 162 31 166 3 117 0 66 451 101 34
Binary 1110010 11001 1110110 11 1001111 0 110110 100101001 1000001 11100

Color Harmonies of #721976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721976

Black with #721976

Text Example


Text Example

White with #721976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721976; }

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

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

background-color css

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

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

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

border-color css

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

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

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