#782574

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

Shades of Dark Purple #782574

Tints of Dark Purple #782574

Color information

#782574 (or 0x782574) is unknown color: approx Dark Purple. HEX triplet: 78, 25 and 74. RGB value is (120,37,116). Sum of RGB (Red+Green+Blue) = 120+37+116=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #782574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782574 is #87DA8B. Grayscale: #464646. Windows color (decimal): -8903308 or 7611768. OLE color: 7611768.

HSL color Cylindrical-coordinate representation of color #782574: hue angle of 302.89º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #782574 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12037116-
CMYK00.690.030.53
HSL302.89º52.87%30.78%-
HSV(B)302.89º69.17%47.06%-
XYZ11.566.5817.18-
YUV70.82153.5163.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 37 (14.84% from 255) = 13.55%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=43.96%
G=13.55%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203711600.690.030.53302.8952.8730.78
Hex78257404533512f351f
Octal1704516401053654576537
Binary11110001001011110100010001011111010110010111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782574; }

 p { color: rgb(120,37,116); }

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

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

 a { background-color: rgb(120,37,116); }

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

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

 span { border-color: rgb(120,37,116); }

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