#780F6F

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

Shades of Dark Purple #780F6F

Tints of Dark Purple #780F6F

Color information

#780F6F (or 0x780F6F) is unknown color: approx Dark Purple. HEX triplet: 78, 0F and 6F. RGB value is (120,15,111). Sum of RGB (Red+Green+Blue) = 120+15+111=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #780F6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F6F is #87F090. Grayscale: #393939. Windows color (decimal): -8908945 or 7278456. OLE color: 7278456.

HSL color Cylindrical-coordinate representation of color #780F6F: hue angle of 305.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F6F is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12015111-
CMYK00.870.080.53
HSL305.14º77.78%26.47%-
HSV(B)305.14º87.5%47.06%-
XYZ10.795.4815.53-
YUV57.34158.29172.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=48.78%
G=6.10%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201511100.870.080.53305.1477.7826.47
Hex78F6F0578351314e1a
Octal170171570127106546111632
Binary111100011111101111010101111000110101100110001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,15,111); }

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

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

 a { background-color: rgb(120,15,111); }

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

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

 span { border-color: rgb(120,15,111); }

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