#81347B

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

Shades of Dark Purple #81347B

Tints of Dark Purple #81347B

Color information

#81347B (or 0x81347B) is unknown color: approx Dark Purple. HEX triplet: 81, 34 and 7B. RGB value is (129,52,123). Sum of RGB (Red+Green+Blue) = 129+52+123=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #81347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81347B is #7ECB84. Grayscale: #525252. Windows color (decimal): -8309637 or 8074369. OLE color: 8074369.

HSL color Cylindrical-coordinate representation of color #81347B: hue angle of 304.68º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81347B is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB12952123-
CMYK00.600.050.49
HSL304.68º42.54%35.49%-
HSV(B)304.68º59.69%50.59%-
XYZ13.868.5519.66-
YUV83.12150.51160.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=42.43%
G=17.11%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295212300.600.050.49304.6842.5435.49
Hex81347B03C5311312b23
Octal201641730745614615343
Binary1000000111010011110110111100101110001100110001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81347B; }

 p { color: rgb(129,52,123); }

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

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

 a { background-color: rgb(129,52,123); }

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

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

 span { border-color: rgb(129,52,123); }

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