#81347F

Color #81347F Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #81347F

Tints of Vivid Violet #81347F

Color information

#81347F (or 0x81347F) is unknown color: approx Vivid Violet. HEX triplet: 81, 34 and 7F. RGB value is (129,52,127). Sum of RGB (Red+Green+Blue) = 129+52+127=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81347F is #7ECB80. Grayscale: #535353. Windows color (decimal): -8309633 or 8336513. OLE color: 8336513.

HSL color Cylindrical-coordinate representation of color #81347F: hue angle of 301.56º 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 #81347F is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB12952127-
CMYK00.600.020.49
HSL301.56º42.54%35.49%-
HSV(B)301.56º59.69%50.59%-
XYZ14.118.6621.01-
YUV83.57152.51160.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 52 (20.70% from 255) = 16.88%
BLUE value IS 127 (50% from 255) = 41.23%
R=41.88%
G=16.88%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295212700.600.020.49301.5642.5435.49
Hex81347F03C23112e2b23
Octal201641770742614565343
Binary100000011101001111111011110010110001100101110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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