#81237D

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

Shades of Dark Purple #81237D

Tints of Dark Purple #81237D

Color information

#81237D (or 0x81237D) is unknown color: approx Dark Purple. HEX triplet: 81, 23 and 7D. RGB value is (129,35,125). Sum of RGB (Red+Green+Blue) = 129+35+125=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81237D is #7EDC82. Grayscale: #494949. Windows color (decimal): -8313987 or 8201089. OLE color: 8201089.

HSL color Cylindrical-coordinate representation of color #81237D: hue angle of 302.55º 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 #81237D is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB12935125-
CMYK00.730.030.49
HSL302.55º57.32%32.16%-
HSV(B)302.55º72.87%50.59%-
XYZ13.367.3520.12-
YUV73.37157.14167.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 35 (14.06% from 255) = 12.11%
BLUE value IS 125 (49.22% from 255) = 43.25%
R=44.64%
G=12.11%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293512500.730.030.49302.5557.3232.16
Hex81237D04933112f3920
Octal2014317501113614577140
Binary1000000110001111111010100100111110001100101111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81237D; }

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

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

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

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

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

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

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

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