#780874

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

Shades of Purple #780874

Tints of Purple #780874

Color information

#780874 (or 0x780874) is unknown color: approx Purple. HEX triplet: 78, 08 and 74. RGB value is (120,8,116). Sum of RGB (Red+Green+Blue) = 120+8+116=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #780874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780874 is #87F78B. Grayscale: #353535. Windows color (decimal): -8910732 or 7604344. OLE color: 7604344.

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

Color convert

RGB1208116-
CMYK00.930.030.53
HSL302.14º87.5%25.1%-
HSV(B)302.14º93.33%47.06%-
XYZ10.985.4316.99-
YUV53.8163.11175.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 8 (3.52% from 255) = 3.28%
BLUE value IS 116 (45.70% from 255) = 47.54%
R=49.18%
G=3.28%
B=47.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120811600.930.030.53302.1487.525.1
Hex7887405D33512e5819
Octal17010164013536545613031
Binary1111000100011101000101110111110101100101110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780874; }

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

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

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

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

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

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

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

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