#780D6A

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

Shades of Dark Purple #780D6A

Tints of Dark Purple #780D6A

Color information

#780D6A (or 0x780D6A) is unknown color: approx Dark Purple. HEX triplet: 78, 0D and 6A. RGB value is (120,13,106). Sum of RGB (Red+Green+Blue) = 120+13+106=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #780D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D6A is #87F295. Grayscale: #373737. Windows color (decimal): -8909462 or 6950264. OLE color: 6950264.

HSL color Cylindrical-coordinate representation of color #780D6A: hue angle of 307.85º 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 #780D6A is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12013106-
CMYK00.890.120.53
HSL307.85º80.45%26.08%-
HSV(B)307.85º89.17%47.06%-
XYZ10.495.3214.11-
YUV55.6156.45173.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 13 (5.47% from 255) = 5.44%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=50.21%
G=5.44%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201310600.890.120.53307.8580.4526.08
Hex78D6A059C35134501a
Octal170151520131146546412032
Binary111100011011101010010110011100110101100110100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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