#811378

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

Shades of Dark Purple #811378

Tints of Dark Purple #811378

Color information

#811378 (or 0x811378) is unknown color: approx Dark Purple. HEX triplet: 81, 13 and 78. RGB value is (129,19,120). Sum of RGB (Red+Green+Blue) = 129+19+120=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #811378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811378 is #7EEC87. Grayscale: #3F3F3F. Windows color (decimal): -8318088 or 7869313. OLE color: 7869313.

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

Color convert

RGB12919120-
CMYK00.850.070.49
HSL304.91º74.32%29.02%-
HSV(B)304.91º85.27%50.59%-
XYZ12.686.4918.35-
YUV63.4159.94174.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=48.13%
G=7.09%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291912000.850.070.49304.9174.3229.02
Hex8113780557311314a1d
Octal20123170012576146111235
Binary1000000110011111100001010101111110001100110001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811378; }

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

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

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

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

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

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

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

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