#781089

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

Shades of Purple #781089

Tints of Purple #781089

Color information

#781089 (or 0x781089) is unknown color: approx Purple. HEX triplet: 78, 10 and 89. RGB value is (120,16,137). Sum of RGB (Red+Green+Blue) = 120+16+137=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #781089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781089 is #87EF76. Grayscale: #3C3C3C. Windows color (decimal): -8908663 or 8982648. OLE color: 8982648.

HSL color Cylindrical-coordinate representation of color #781089: hue angle of 291.57º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781089 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12016137-
CMYK0.120.8800.46
HSL291.57º79.08%30%-
HSV(B)291.57º88.32%53.73%-
XYZ12.456.1724.2-
YUV60.89170.96170.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=43.96%
G=5.86%
B=50.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120161370.120.8800.46291.5779.0830
Hex781089C5802E1244f1e
Octal170202111413005644411736
Binary11110001000010001001110010110000101110100100100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781089; }

 p { color: rgb(120,16,137); }

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

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

 a { background-color: rgb(120,16,137); }

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

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

 span { border-color: rgb(120,16,137); }

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