#780B69

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

Shades of Dark Purple #780B69

Tints of Dark Purple #780B69

Color information

#780B69 (or 0x780B69) is unknown color: approx Dark Purple. HEX triplet: 78, 0B and 69. RGB value is (120,11,105). Sum of RGB (Red+Green+Blue) = 120+11+105=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #780B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B69 is #87F496. Grayscale: #363636. Windows color (decimal): -8909975 or 6884216. OLE color: 6884216.

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

Color convert

RGB12011105-
CMYK00.910.130.53
HSL308.26º83.21%25.69%-
HSV(B)308.26º90.83%47.06%-
XYZ10.425.2513.83-
YUV54.31156.61174.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=50.85%
G=4.66%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201110500.910.130.53308.2683.2125.69
Hex78B6905BD35134531a
Octal170131510133156546412332
Binary111100010111101001010110111101110101100110100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,11,105); }

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

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

 a { background-color: rgb(120,11,105); }

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

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

 span { border-color: rgb(120,11,105); }

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