#81107A

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

Shades of Dark Purple #81107A

Tints of Dark Purple #81107A

Color information

#81107A (or 0x81107A) is unknown color: approx Dark Purple. HEX triplet: 81, 10 and 7A. RGB value is (129,16,122). Sum of RGB (Red+Green+Blue) = 129+16+122=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #81107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81107A is #7EEF85. Grayscale: #3D3D3D. Windows color (decimal): -8318854 or 7999617. OLE color: 7999617.

HSL color Cylindrical-coordinate representation of color #81107A: hue angle of 303.72º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81107A is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB12916122-
CMYK00.880.050.49
HSL303.72º77.93%28.43%-
HSV(B)303.72º87.6%50.59%-
XYZ12.756.4418.98-
YUV61.87161.94175.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=48.31%
G=5.99%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291612200.880.050.49303.7277.9328.43
Hex81107A0585311304e1c
Octal20120172013056146011634
Binary1000000110000111101001011000101110001100110000100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81107A; }

 p { color: rgb(129,16,122); }

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

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

 a { background-color: rgb(129,16,122); }

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

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

 span { border-color: rgb(129,16,122); }

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