#81377F

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

Shades of Vivid Violet #81377F

Tints of Vivid Violet #81377F

Color information

#81377F (or 0x81377F) is unknown color: approx Vivid Violet. HEX triplet: 81, 37 and 7F. RGB value is (129,55,127). Sum of RGB (Red+Green+Blue) = 129+55+127=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #81377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81377F is #7EC880. Grayscale: #555555. Windows color (decimal): -8308865 or 8337281. OLE color: 8337281.

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

Color convert

RGB12955127-
CMYK00.570.020.49
HSL301.62º40.22%36.08%-
HSV(B)301.62º57.36%50.59%-
XYZ14.258.9321.05-
YUV85.33151.52159.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 127 (50% from 255) = 40.84%
R=41.48%
G=17.68%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295512700.570.020.49301.6240.2236.08
Hex81377F03923112e2824
Octal201671770712614565044
Binary100000011101111111111011100110110001100101110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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