#83027B

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

Shades of Purple #83027B

Tints of Purple #83027B

Color information

#83027B (or 0x83027B) is unknown color: approx Purple. HEX triplet: 83, 02 and 7B. RGB value is (131,2,123). Sum of RGB (Red+Green+Blue) = 131+2+123=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #83027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83027B is #7CFD84. Grayscale: #363636. Windows color (decimal): -8191365 or 8061571. OLE color: 8061571.

HSL color Cylindrical-coordinate representation of color #83027B: hue angle of 303.72º 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 #83027B is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB1312123-
CMYK00.980.060.49
HSL303.72º96.99%26.08%-
HSV(B)303.72º98.47%51.37%-
XYZ12.966.319.27-
YUV54.36166.74182.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.17%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=51.17%
G=0.78%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131212300.980.060.49303.7296.9926.08
Hex8327B062631130611a
Octal2032173014266146014132
Binary1000001110111101101100010110110001100110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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