#781770

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

Shades of Dark Purple #781770

Tints of Dark Purple #781770

Color information

#781770 (or 0x781770) is unknown color: approx Dark Purple. HEX triplet: 78, 17 and 70. RGB value is (120,23,112). Sum of RGB (Red+Green+Blue) = 120+23+112=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #781770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781770 is #87E88F. Grayscale: #3D3D3D. Windows color (decimal): -8906896 or 7346040. OLE color: 7346040.

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

Color convert

RGB12023112-
CMYK00.810.070.53
HSL304.95º67.83%28.04%-
HSV(B)304.95º80.83%47.06%-
XYZ10.985.7815.87-
YUV62.15156.14169.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 23 (9.38% from 255) = 9.02%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=47.06%
G=9.02%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202311200.810.070.53304.9567.8328.04
Hex781770051735131441c
Octal17027160012176546110434
Binary111100010111111000001010001111110101100110001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781770; }

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

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

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

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

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

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

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

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