#780D75

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

Shades of Purple #780D75

Tints of Purple #780D75

Color information

#780D75 (or 0x780D75) is unknown color: approx Purple. HEX triplet: 78, 0D and 75. RGB value is (120,13,117). Sum of RGB (Red+Green+Blue) = 120+13+117=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #780D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D75 is #87F28A. Grayscale: #383838. Windows color (decimal): -8909451 or 7671160. OLE color: 7671160.

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

Color convert

RGB12013117-
CMYK00.890.020.53
HSL301.68º80.45%26.08%-
HSV(B)301.68º89.17%47.06%-
XYZ11.15.5717.32-
YUV56.85161.95173.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 13 (5.47% from 255) = 5.2%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=48%
G=5.2%
B=46.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201311700.890.020.53301.6880.4526.08
Hex78D7505923512e501a
Octal17015165013126545612032
Binary1111000110111101010101100110110101100101110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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