#84057E

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

Shades of Purple #84057E

Tints of Purple #84057E

Color information

#84057E (or 0x84057E) is unknown color: approx Purple. HEX triplet: 84, 05 and 7E. RGB value is (132,5,126). Sum of RGB (Red+Green+Blue) = 132+5+126=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84057E is #7BFA81. Grayscale: #383838. Windows color (decimal): -8125058 or 8258948. OLE color: 8258948.

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

Color convert

RGB1325126-
CMYK00.960.050.48
HSL302.83º92.7%26.86%-
HSV(B)302.83º96.21%51.76%-
XYZ13.346.5220.29-
YUV56.77167.08181.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.19%
GREEN value IS 5 (2.34% from 255) = 1.90%
BLUE value IS 126 (49.61% from 255) = 47.91%
R=50.19%
G=1.90%
B=47.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132512600.960.050.48302.8392.726.86
Hex8457E06053012f5d1b
Octal2045176014056045713533
Binary10000100101111111001100000101110000100101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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