#781474

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

Shades of Dark Purple #781474

Tints of Dark Purple #781474

Color information

#781474 (or 0x781474) is unknown color: approx Dark Purple. HEX triplet: 78, 14 and 74. RGB value is (120,20,116). Sum of RGB (Red+Green+Blue) = 120+20+116=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #781474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781474 is #87EB8B. Grayscale: #3C3C3C. Windows color (decimal): -8907660 or 7607416. OLE color: 7607416.

HSL color Cylindrical-coordinate representation of color #781474: hue angle of 302.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781474 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12020116-
CMYK00.830.030.53
HSL302.4º71.43%27.45%-
HSV(B)302.4º83.33%47.06%-
XYZ11.155.7517.05-
YUV60.84159.13170.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 20 (8.20% from 255) = 7.81%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=46.88%
G=7.81%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202011600.830.030.53302.471.4327.45
Hex78147405333512e471b
Octal17024164012336545610733
Binary11110001010011101000101001111110101100101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781474; }

 p { color: rgb(120,20,116); }

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

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

 a { background-color: rgb(120,20,116); }

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

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

 span { border-color: rgb(120,20,116); }

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