#721878

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

Shades of Dark Purple #721878

Tints of Dark Purple #721878

Color information

#721878 (or 0x721878) is unknown color: approx Dark Purple. HEX triplet: 72, 18 and 78. RGB value is (114,24,120). Sum of RGB (Red+Green+Blue) = 114+24+120=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #721878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721878 is #8DE787. Grayscale: #3D3D3D. Windows color (decimal): -9299848 or 7870578. OLE color: 7870578.

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

Color convert

RGB11424120-
CMYK0.050.800.53
HSL296.25º66.67%28.24%-
HSV(B)296.25º80%47.06%-
XYZ10.665.5918.29-
YUV61.85160.82165.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=44.19%
G=9.30%
B=46.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114241200.050.800.53296.2566.6728.24
Hex721878550035128431c
Octal16230170512006545010334
Binary111001011000111100010110100000110101100101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721878; }

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

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

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

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

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

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

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

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