#83027A

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

Shades of Purple #83027A

Tints of Purple #83027A

Color information

#83027A (or 0x83027A) is unknown color: approx Purple. HEX triplet: 83, 02 and 7A. RGB value is (131,2,122). Sum of RGB (Red+Green+Blue) = 131+2+122=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83027A is #7CFD85. Grayscale: #353535. Windows color (decimal): -8191366 or 7996035. OLE color: 7996035.

HSL color Cylindrical-coordinate representation of color #83027A: hue angle of 304.19º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83027A is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB1312122-
CMYK00.980.070.49
HSL304.19º96.99%26.08%-
HSV(B)304.19º98.47%51.37%-
XYZ12.896.2718.94-
YUV54.25166.24182.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 122 (48.05% from 255) = 47.84%
R=51.37%
G=0.78%
B=47.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131212200.980.070.49304.1996.9926.08
Hex8327A062731130611a
Octal2032172014276146014132
Binary1000001110111101001100010111110001100110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83027A; }

 p { color: rgb(131,2,122); }

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

<style>
 a { background-color: #83027A; }

 a { background-color: rgb(131,2,122); }

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

<style>
 span { border-color: #83027A; }

 span { border-color: rgb(131,2,122); }

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