#781D83

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

Shades of Dark Purple #781D83

Tints of Dark Purple #781D83

Color information

#781D83 (or 0x781D83) is unknown color: approx Dark Purple. HEX triplet: 78, 1D and 83. RGB value is (120,29,131). Sum of RGB (Red+Green+Blue) = 120+29+131=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #781D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781D83 is #87E27C. Grayscale: #434343. Windows color (decimal): -8905341 or 8592760. OLE color: 8592760.

HSL color Cylindrical-coordinate representation of color #781D83: hue angle of 293.53º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781D83 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12029131-
CMYK0.080.7800.49
HSL293.53º63.75%31.37%-
HSV(B)293.53º77.86%51.37%-
XYZ12.286.5122.08-
YUV67.84163.65165.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 29 (11.72% from 255) = 10.36%
BLUE value IS 131 (51.56% from 255) = 46.79%
R=42.86%
G=10.36%
B=46.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120291310.080.7800.49293.5363.7531.37
Hex781D8384E031126401f
Octal170352031011606144610037
Binary11110001110110000011100010011100110001100100110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781D83; }

 p { color: rgb(120,29,131); }

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

<style>
 a { background-color: #781D83; }

 a { background-color: rgb(120,29,131); }

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

<style>
 span { border-color: #781D83; }

 span { border-color: rgb(120,29,131); }

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