#721874

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

Shades of Dark Purple #721874

Tints of Dark Purple #721874

Color information

#721874 (or 0x721874) is unknown color: approx Dark Purple. HEX triplet: 72, 18 and 74. RGB value is (114,24,116). Sum of RGB (Red+Green+Blue) = 114+24+116=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #721874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721874 is #8DE78B. Grayscale: #3D3D3D. Windows color (decimal): -9299852 or 7608434. OLE color: 7608434.

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

Color convert

RGB11424116-
CMYK0.020.7900.55
HSL298.7º65.71%27.45%-
HSV(B)298.7º79.31%45.49%-
XYZ10.425.4917.03-
YUV61.4158.82165.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 24 (9.77% from 255) = 9.45%
BLUE value IS 116 (45.70% from 255) = 45.67%
R=44.88%
G=9.45%
B=45.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114241160.020.7900.55298.765.7127.45
Hex72187424F03712b421b
Octal16230164211706745310233
Binary11100101100011101001010011110110111100101011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721874; }

 p { color: rgb(114,24,116); }

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

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

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

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

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

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

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