#813978

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

Shades of Dark Purple #813978

Tints of Dark Purple #813978

Color information

#813978 (or 0x813978) is unknown color: approx Dark Purple. HEX triplet: 81, 39 and 78. RGB value is (129,57,120). Sum of RGB (Red+Green+Blue) = 129+57+120=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #813978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813978 is #7EC687. Grayscale: #555555. Windows color (decimal): -8308360 or 7879041. OLE color: 7879041.

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

Color convert

RGB12957120-
CMYK00.560.070.49
HSL307.5º38.71%36.47%-
HSV(B)307.5º55.81%50.59%-
XYZ13.918.9518.76-
YUV85.71147.35158.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=42.16%
G=18.63%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295712000.560.070.49307.538.7136.47
Hex8139780387311342724
Octal201711700707614644744
Binary1000000111100111110000111000111110001100110100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813978; }

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

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

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

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

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

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

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

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