#721978

Color #721978 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #721978

Tints of Dark Purple #721978

Color information

#721978 (or 0x721978) is unknown color: approx Dark Purple. HEX triplet: 72, 19 and 78. RGB value is (114,25,120). Sum of RGB (Red+Green+Blue) = 114+25+120=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #721978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721978 is #8DE687. Grayscale: #3E3E3E. Windows color (decimal): -9299592 or 7870834. OLE color: 7870834.

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

Color convert

RGB11425120-
CMYK0.050.7900.53
HSL296.21º65.52%28.43%-
HSV(B)296.21º79.17%47.06%-
XYZ10.685.6318.29-
YUV62.44160.49164.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=44.02%
G=9.65%
B=46.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114251200.050.7900.53296.2165.5228.43
Hex72197854F035128421c
Octal16231170511706545010234
Binary111001011001111100010110011110110101100101000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721978; }

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

 H1.HeaderClassName
 {
   color: #721978;
 }
 .AnyTagClassName
 {
   color: #721978;
 }
</style>
background-color css

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

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

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

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

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

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