#84277B

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

Shades of Dark Purple #84277B

Tints of Dark Purple #84277B

Color information

#84277B (or 0x84277B) is unknown color: approx Dark Purple. HEX triplet: 84, 27 and 7B. RGB value is (132,39,123). Sum of RGB (Red+Green+Blue) = 132+39+123=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84277B is #7BD884. Grayscale: #4C4C4C. Windows color (decimal): -8116357 or 8071044. OLE color: 8071044.

HSL color Cylindrical-coordinate representation of color #84277B: hue angle of 305.81º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84277B is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13239123-
CMYK00.700.070.48
HSL305.81º54.39%33.53%-
HSV(B)305.81º70.45%51.76%-
XYZ13.827.7919.51-
YUV76.38154.31167.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 39 (15.62% from 255) = 13.27%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=44.90%
G=13.27%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323912300.700.070.48305.8154.3933.53
Hex84277B0467301323622
Octal2044717301067604626642
Binary10000100100111111101101000110111110000100110010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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