#782474

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

Shades of Dark Purple #782474

Tints of Dark Purple #782474

Color information

#782474 (or 0x782474) is unknown color: approx Dark Purple. HEX triplet: 78, 24 and 74. RGB value is (120,36,116). Sum of RGB (Red+Green+Blue) = 120+36+116=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #782474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782474 is #87DB8B. Grayscale: #464646. Windows color (decimal): -8903564 or 7611512. OLE color: 7611512.

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

Color convert

RGB12036116-
CMYK00.70.030.53
HSL302.86º53.85%30.59%-
HSV(B)302.86º70%47.06%-
XYZ11.536.5217.17-
YUV70.24153.83163.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=44.12%
G=13.24%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203611600.70.030.53302.8653.8530.59
Hex78247404633512f361f
Octal1704416401063654576637
Binary11110001001001110100010001101111010110010111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782474; }

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

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

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

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

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

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

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

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