#811F68

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

Shades of Dark Purple #811F68

Tints of Dark Purple #811F68

Color information

#811F68 (or 0x811F68) is unknown color: approx Dark Purple. HEX triplet: 81, 1F and 68. RGB value is (129,31,104). Sum of RGB (Red+Green+Blue) = 129+31+104=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #811F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811F68 is #7EE097. Grayscale: #444444. Windows color (decimal): -8315032 or 6823809. OLE color: 6823809.

HSL color Cylindrical-coordinate representation of color #811F68: hue angle of 315.31º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #811F68 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12931104-
CMYK00.760.190.49
HSL315.31º61.25%31.37%-
HSV(B)315.31º75.97%50.59%-
XYZ12.046.6513.74-
YUV68.62147.97171.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.86%
GREEN value IS 31 (12.5% from 255) = 11.74%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=48.86%
G=11.74%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293110400.760.190.49315.3161.2531.37
Hex811F6804C133113b3d1f
Octal20137150011423614737537
Binary10000001111111101000010011001001111000110011101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811F68; }

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

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

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

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

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

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

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

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