#781470

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

Shades of Dark Purple #781470

Tints of Dark Purple #781470

Color information

#781470 (or 0x781470) is unknown color: approx Dark Purple. HEX triplet: 78, 14 and 70. RGB value is (120,20,112). Sum of RGB (Red+Green+Blue) = 120+20+112=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #781470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781470 is #87EB8F. Grayscale: #3C3C3C. Windows color (decimal): -8907664 or 7345272. OLE color: 7345272.

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

Color convert

RGB12020112-
CMYK00.830.070.53
HSL304.8º71.43%27.45%-
HSV(B)304.8º83.33%47.06%-
XYZ10.925.6615.85-
YUV60.39157.13170.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=47.62%
G=7.94%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202011200.830.070.53304.871.4327.45
Hex781470053735131471b
Octal17024160012376546110733
Binary111100010100111000001010011111110101100110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781470; }

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

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

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

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

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

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

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

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