#813068

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

Shades of Dark Purple #813068

Tints of Dark Purple #813068

Color information

#813068 (or 0x813068) is unknown color: approx Dark Purple. HEX triplet: 81, 30 and 68. RGB value is (129,48,104). Sum of RGB (Red+Green+Blue) = 129+48+104=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #813068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813068 is #7ECF97. Grayscale: #4E4E4E. Windows color (decimal): -8310680 or 6828161. OLE color: 6828161.

HSL color Cylindrical-coordinate representation of color #813068: hue angle of 318.52º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813068 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12948104-
CMYK00.630.190.49
HSL318.52º45.76%34.71%-
HSV(B)318.52º62.79%50.59%-
XYZ12.617.7813.93-
YUV78.6142.34163.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=45.91%
G=17.08%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294810400.630.190.49318.5245.7634.71
Hex81306803F133113f2e23
Octal2016015007723614775643
Binary100000011100001101000011111110011110001100111111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813068; }

 p { color: rgb(129,48,104); }

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

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

 a { background-color: rgb(129,48,104); }

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

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

 span { border-color: rgb(129,48,104); }

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