Html Css Color HEX #721A76 Dark Purple

📋 copy color: '#721A76'

red 114 ◦ green 26 ◦ blue 118

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

Shades of Dark Purple #721A76

Tints of Dark Purple #721A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

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

R = 44.19%
G = 10.08%
B = 45.74%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#721A76 (or 0x721A76) is known color: Dark Purple. HEX triplet: 72, 1A and 76. RGB value is (114,26,118). Sum of RGB (Red+Green+Blue) = 114+26+118=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #721A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A76 is #8DE589. Grayscale: #3E3E3E. Windows color (decimal): -9299338 or 7740018. OLE color: 7740018.

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

Color convert

RGB 114 26 118 -
CMYK 0.03 0.78 0 0.54
HSL 297.39º 0.64% 0.28% -
HSV(B) 297.39º 0.78% 0.46% -
XYZ 10.58 5.62 17.67 -
YUV 62.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 114 26 118 0.03 0.78 0 0.54 297.39 0.64 0.28
Hex 72 1A 76 3 4E 0 36 129 40 1C
Octal 162 32 166 3 116 0 66 451 100 34
Binary 1110010 11010 1110110 11 1001110 0 110110 100101001 1000000 11100

Color Harmonies of #721A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A76

Black with #721A76

Text Example


Text Example

White with #721A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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