#781292

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

Shades of Purple #781292

Tints of Purple #781292

Color information

#781292 (or 0x781292) is unknown color: approx Purple. HEX triplet: 78, 12 and 92. RGB value is (120,18,146). Sum of RGB (Red+Green+Blue) = 120+18+146=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #781292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781292 is #87ED6D. Grayscale: #3E3E3E. Windows color (decimal): -8908142 or 9572984. OLE color: 9572984.

HSL color Cylindrical-coordinate representation of color #781292: hue angle of 287.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781292 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12018146-
CMYK0.180.8800.43
HSL287.81º78.05%32.16%-
HSV(B)287.81º87.67%57.25%-
XYZ13.156.527.76-
YUV63.09174.79168.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.25%
GREEN value IS 18 (7.42% from 255) = 6.34%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=42.25%
G=6.34%
B=51.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120181460.180.8800.43287.8178.0532.16
Hex781292125802B1204e20
Octal170222222213005344011640
Binary1111000100101001001010010101100001010111001000001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781292; }

 p { color: rgb(120,18,146); }

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

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

 a { background-color: rgb(120,18,146); }

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

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

 span { border-color: rgb(120,18,146); }

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