#781E7A

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

Shades of Dark Purple #781E7A

Tints of Dark Purple #781E7A

Color information

#781E7A (or 0x781E7A) is unknown color: approx Dark Purple. HEX triplet: 78, 1E and 7A. RGB value is (120,30,122). Sum of RGB (Red+Green+Blue) = 120+30+122=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #781E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E7A is #87E185. Grayscale: #434343. Windows color (decimal): -8905094 or 8003192. OLE color: 8003192.

HSL color Cylindrical-coordinate representation of color #781E7A: hue angle of 298.7º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E7A is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12030122-
CMYK0.020.7500.52
HSL298.7º60.53%29.8%-
HSV(B)298.7º75.41%47.84%-
XYZ11.726.3319.02-
YUV67.4158.82165.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 30 (12.11% from 255) = 11.03%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=44.12%
G=11.03%
B=44.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120301220.020.7500.52298.760.5329.8
Hex781E7A24B03412b3d1e
Octal1703617221130644537536
Binary1111000111101111010101001011011010010010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,30,122); }

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

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

 a { background-color: rgb(120,30,122); }

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

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

 span { border-color: rgb(120,30,122); }

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