#781083

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

Shades of Purple #781083

Tints of Purple #781083

Color information

#781083 (or 0x781083) is unknown color: approx Purple. HEX triplet: 78, 10 and 83. RGB value is (120,16,131). Sum of RGB (Red+Green+Blue) = 120+16+131=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #781083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781083 is #87EF7C. Grayscale: #3B3B3B. Windows color (decimal): -8908669 or 8589432. OLE color: 8589432.

HSL color Cylindrical-coordinate representation of color #781083: hue angle of 294.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781083 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12016131-
CMYK0.080.8800.49
HSL294.26º78.23%28.82%-
HSV(B)294.26º87.79%51.37%-
XYZ12.03622-
YUV60.21167.96170.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 131 (51.56% from 255) = 49.06%
R=44.94%
G=5.99%
B=49.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120161310.080.8800.49294.2678.2328.82
Hex7810838580311264e1d
Octal170202031013006144611635
Binary11110001000010000011100010110000110001100100110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781083; }

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

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

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

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

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

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

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

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