#84037A

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

Shades of Purple #84037A

Tints of Purple #84037A

Color information

#84037A (or 0x84037A) is unknown color: approx Purple. HEX triplet: 84, 03 and 7A. RGB value is (132,3,122). Sum of RGB (Red+Green+Blue) = 132+3+122=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84037A is #7BFC85. Grayscale: #363636. Windows color (decimal): -8125574 or 7996292. OLE color: 7996292.

HSL color Cylindrical-coordinate representation of color #84037A: hue angle of 304.65º degrees, saturation: 0.96, 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 #84037A is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB1323122-
CMYK00.980.080.48
HSL304.65º95.56%26.47%-
HSV(B)304.65º97.73%51.76%-
XYZ13.066.3818.95-
YUV55.14165.74182.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=51.36%
G=1.17%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132312200.980.080.48304.6595.5626.47
Hex8437A062830131601a
Octal20431720142106046114032
Binary10000100111111010011000101000110000100110001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,3,122); }

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

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

 a { background-color: rgb(132,3,122); }

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

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

 span { border-color: rgb(132,3,122); }

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