#782370

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

Shades of Dark Purple #782370

Tints of Dark Purple #782370

Color information

#782370 (or 0x782370) is unknown color: approx Dark Purple. HEX triplet: 78, 23 and 70. RGB value is (120,35,112). Sum of RGB (Red+Green+Blue) = 120+35+112=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #782370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782370 is #87DC8F. Grayscale: #444444. Windows color (decimal): -8903824 or 7349112. OLE color: 7349112.

HSL color Cylindrical-coordinate representation of color #782370: hue angle of 305.65º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782370 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12035112-
CMYK00.710.070.53
HSL305.65º54.84%30.39%-
HSV(B)305.65º70.83%47.06%-
XYZ11.276.3615.96-
YUV69.19152.16164.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 35 (14.06% from 255) = 13.11%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=44.94%
G=13.11%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203511200.710.070.53305.6554.8430.39
Hex782370047735132371e
Octal1704316001077654626736
Binary111100010001111100000100011111111010110011001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782370; }

 p { color: rgb(120,35,112); }

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

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

 a { background-color: rgb(120,35,112); }

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

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

 span { border-color: rgb(120,35,112); }

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