#81357F

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

Shades of Vivid Violet #81357F

Tints of Vivid Violet #81357F

Color information

#81357F (or 0x81357F) is unknown color: approx Vivid Violet. HEX triplet: 81, 35 and 7F. RGB value is (129,53,127). Sum of RGB (Red+Green+Blue) = 129+53+127=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #81357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81357F is #7ECA80. Grayscale: #535353. Windows color (decimal): -8309377 or 8336769. OLE color: 8336769.

HSL color Cylindrical-coordinate representation of color #81357F: hue angle of 301.58º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81357F is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB12953127-
CMYK00.590.020.49
HSL301.58º41.76%35.69%-
HSV(B)301.58º58.91%50.59%-
XYZ14.168.7521.02-
YUV84.16152.18159.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 127 (50% from 255) = 41.10%
R=41.75%
G=17.15%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295312700.590.020.49301.5841.7635.69
Hex81357F03B23112e2a24
Octal201651770732614565244
Binary100000011101011111111011101110110001100101110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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