#781581

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

Shades of Purple #781581

Tints of Purple #781581

Color information

#781581 (or 0x781581) is unknown color: approx Purple. HEX triplet: 78, 15 and 81. RGB value is (120,21,129). Sum of RGB (Red+Green+Blue) = 120+21+129=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #781581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781581 is #87EA7E. Grayscale: #3E3E3E. Windows color (decimal): -8907391 or 8459640. OLE color: 8459640.

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

Color convert

RGB12021129-
CMYK0.070.8400.49
HSL295º72%29.41%-
HSV(B)295º83.72%50.59%-
XYZ11.986.1121.32-
YUV62.91165.3168.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.44%
GREEN value IS 21 (8.59% from 255) = 7.78%
BLUE value IS 129 (50.78% from 255) = 47.78%
R=44.44%
G=7.78%
B=47.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120211290.070.8400.492957229.41
Hex781581754031127481d
Octal17025201712406144711035
Binary1111000101011000000111110101000110001100100111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781581; }

 p { color: rgb(120,21,129); }

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

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

 a { background-color: rgb(120,21,129); }

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

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

 span { border-color: rgb(120,21,129); }

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