#84027E

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

Shades of Purple #84027E

Tints of Purple #84027E

Color information

#84027E (or 0x84027E) is unknown color: approx Purple. HEX triplet: 84, 02 and 7E. RGB value is (132,2,126). Sum of RGB (Red+Green+Blue) = 132+2+126=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84027E is #7BFD81. Grayscale: #363636. Windows color (decimal): -8125826 or 8258180. OLE color: 8258180.

HSL color Cylindrical-coordinate representation of color #84027E: hue angle of 302.77º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84027E is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB1322126-
CMYK00.980.050.48
HSL302.77º97.01%26.27%-
HSV(B)302.77º98.48%51.76%-
XYZ13.36.4620.28-
YUV55.01168.07182.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 126 (49.61% from 255) = 48.46%
R=50.77%
G=0.77%
B=48.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132212600.980.050.48302.7797.0126.27
Hex8427E06253012f611a
Octal2042176014256045714132
Binary1000010010111111001100010101110000100101111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,2,126); }

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

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

 a { background-color: rgb(132,2,126); }

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

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

 span { border-color: rgb(132,2,126); }

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