#781481

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

Shades of Purple #781481

Tints of Purple #781481

Color information

#781481 (or 0x781481) is unknown color: approx Purple. HEX triplet: 78, 14 and 81. RGB value is (120,20,129). Sum of RGB (Red+Green+Blue) = 120+20+129=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #781481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781481 is #87EB7E. Grayscale: #3D3D3D. Windows color (decimal): -8907647 or 8459384. OLE color: 8459384.

HSL color Cylindrical-coordinate representation of color #781481: hue angle of 295.05º degrees, saturation: 0.73, 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 #781481 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12020129-
CMYK0.070.8400.49
HSL295.05º73.15%29.22%-
HSV(B)295.05º84.5%50.59%-
XYZ11.966.0821.31-
YUV62.33165.63169.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 20 (8.20% from 255) = 7.43%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=44.61%
G=7.43%
B=47.96%

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
Decimal120201290.070.8400.49295.0573.1529.22
Hex781481754031127491d
Octal17024201712406144711135
Binary1111000101001000000111110101000110001100100111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781481; }

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

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

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

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

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

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

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

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