#781970

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

Shades of Dark Purple #781970

Tints of Dark Purple #781970

Color information

#781970 (or 0x781970) is unknown color: approx Dark Purple. HEX triplet: 78, 19 and 70. RGB value is (120,25,112). Sum of RGB (Red+Green+Blue) = 120+25+112=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #781970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781970 is #87E68F. Grayscale: #3F3F3F. Windows color (decimal): -8906384 or 7346552. OLE color: 7346552.

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

Color convert

RGB12025112-
CMYK00.790.070.53
HSL305.05º65.52%28.43%-
HSV(B)305.05º79.17%47.06%-
XYZ11.025.8615.88-
YUV63.32155.47168.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 25 (10.16% from 255) = 9.73%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=46.69%
G=9.73%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202511200.790.070.53305.0565.5228.43
Hex78197004F735131421c
Octal17031160011776546110234
Binary111100011001111000001001111111110101100110001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781970; }

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

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

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

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

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

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

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

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