#83107E

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

Shades of Purple #83107E

Tints of Purple #83107E

Color information

#83107E (or 0x83107E) is unknown color: approx Purple. HEX triplet: 83, 10 and 7E. RGB value is (131,16,126). Sum of RGB (Red+Green+Blue) = 131+16+126=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #83107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83107E is #7CEF81. Grayscale: #3E3E3E. Windows color (decimal): -8187778 or 8261763. OLE color: 8261763.

HSL color Cylindrical-coordinate representation of color #83107E: hue angle of 302.61º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83107E is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13116126-
CMYK00.880.040.49
HSL302.61º78.23%28.82%-
HSV(B)302.61º87.79%51.37%-
XYZ13.316.720.33-
YUV62.92163.6176.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=47.99%
G=5.86%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311612600.880.040.49302.6178.2328.82
Hex83107E05843112f4e1d
Octal20320176013046145711635
Binary1000001110000111111001011000100110001100101111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83107E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83107E; }

 p { color: rgb(131,16,126); }

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

<style>
 a { background-color: #83107E; }

 a { background-color: rgb(131,16,126); }

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

<style>
 span { border-color: #83107E; }

 span { border-color: rgb(131,16,126); }

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