#84057B

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

Shades of Purple #84057B

Tints of Purple #84057B

Color information

#84057B (or 0x84057B) is unknown color: approx Purple. HEX triplet: 84, 05 and 7B. RGB value is (132,5,123). Sum of RGB (Red+Green+Blue) = 132+5+123=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84057B is #7BFA84. Grayscale: #383838. Windows color (decimal): -8125061 or 8062340. OLE color: 8062340.

HSL color Cylindrical-coordinate representation of color #84057B: hue angle of 304.25º 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 #84057B is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB1325123-
CMYK00.960.070.48
HSL304.25º92.7%26.86%-
HSV(B)304.25º96.21%51.76%-
XYZ13.156.4419.29-
YUV56.42165.58181.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=50.77%
G=1.92%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132512300.960.070.48304.2592.726.86
Hex8457B0607301305d1b
Octal2045173014076046013533
Binary10000100101111101101100000111110000100110000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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