#780A70

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

Shades of Purple #780A70

Tints of Purple #780A70

Color information

#780A70 (or 0x780A70) is unknown color: approx Purple. HEX triplet: 78, 0A and 70. RGB value is (120,10,112). Sum of RGB (Red+Green+Blue) = 120+10+112=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #780A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A70 is #87F58F. Grayscale: #363636. Windows color (decimal): -8910224 or 7342712. OLE color: 7342712.

HSL color Cylindrical-coordinate representation of color #780A70: hue angle of 304.36º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A70 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12010112-
CMYK00.920.070.53
HSL304.36º84.62%25.49%-
HSV(B)304.36º91.67%47.06%-
XYZ10.785.3815.8-
YUV54.52160.44174.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 10 (4.30% from 255) = 4.13%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=49.59%
G=4.13%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201011200.920.070.53304.3684.6225.49
Hex78A7005C7351305519
Octal17012160013476546012531
Binary11110001010111000001011100111110101100110000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780A70; }

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

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

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

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

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

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

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

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