#82377F

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

Shades of Vivid Violet #82377F

Tints of Vivid Violet #82377F

Color information

#82377F (or 0x82377F) is unknown color: approx Vivid Violet. HEX triplet: 82, 37 and 7F. RGB value is (130,55,127). Sum of RGB (Red+Green+Blue) = 130+55+127=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82377F is #7DC880. Grayscale: #555555. Windows color (decimal): -8243329 or 8337282. OLE color: 8337282.

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

Color convert

RGB13055127-
CMYK00.580.020.49
HSL302.4º40.54%36.27%-
HSV(B)302.4º57.69%50.98%-
XYZ14.49.0121.06-
YUV85.63151.35159.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 55 (21.88% from 255) = 17.63%
BLUE value IS 127 (50% from 255) = 40.71%
R=41.67%
G=17.63%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305512700.580.020.49302.440.5436.27
Hex82377F03A23112e2924
Octal202671770722614565144
Binary100000101101111111111011101010110001100101110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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