#81236F

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

Shades of Dark Purple #81236F

Tints of Dark Purple #81236F

Color information

#81236F (or 0x81236F) is unknown color: approx Dark Purple. HEX triplet: 81, 23 and 6F. RGB value is (129,35,111). Sum of RGB (Red+Green+Blue) = 129+35+111=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81236F is #7EDC90. Grayscale: #474747. Windows color (decimal): -8314001 or 7283585. OLE color: 7283585.

HSL color Cylindrical-coordinate representation of color #81236F: hue angle of 311.49º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81236F is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB12935111-
CMYK00.730.140.49
HSL311.49º57.32%32.16%-
HSV(B)311.49º72.87%50.59%-
XYZ12.527.0215.73-
YUV71.77150.14168.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=46.91%
G=12.73%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293511100.730.140.49311.4957.3232.16
Hex81236F049E311373920
Octal20143157011116614677140
Binary100000011000111101111010010011110110001100110111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81236F; }

 p { color: rgb(129,35,111); }

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

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

 a { background-color: rgb(129,35,111); }

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

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

 span { border-color: rgb(129,35,111); }

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