#780D70

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

Shades of Purple #780D70

Tints of Purple #780D70

Color information

#780D70 (or 0x780D70) is unknown color: approx Purple. HEX triplet: 78, 0D and 70. RGB value is (120,13,112). Sum of RGB (Red+Green+Blue) = 120+13+112=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #780D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D70 is #87F28F. Grayscale: #373737. Windows color (decimal): -8909456 or 7343480. OLE color: 7343480.

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

Color convert

RGB12013112-
CMYK00.890.070.53
HSL304.49º80.45%26.08%-
HSV(B)304.49º89.17%47.06%-
XYZ10.815.4515.81-
YUV56.28159.45173.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 13 (5.47% from 255) = 5.31%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=48.98%
G=5.31%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201311200.890.070.53304.4980.4526.08
Hex78D70059735130501a
Octal17015160013176546012032
Binary11110001101111000001011001111110101100110000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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