#84227B

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

Shades of Dark Purple #84227B

Tints of Dark Purple #84227B

Color information

#84227B (or 0x84227B) is unknown color: approx Dark Purple. HEX triplet: 84, 22 and 7B. RGB value is (132,34,123). Sum of RGB (Red+Green+Blue) = 132+34+123=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #84227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84227B is #7BDD84. Grayscale: #494949. Windows color (decimal): -8117637 or 8069764. OLE color: 8069764.

HSL color Cylindrical-coordinate representation of color #84227B: hue angle of 305.51º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84227B is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13234123-
CMYK00.740.070.48
HSL305.51º59.04%32.55%-
HSV(B)305.51º74.24%51.76%-
XYZ13.667.4819.46-
YUV73.45155.97169.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=45.67%
G=11.76%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323412300.740.070.48305.5159.0432.55
Hex84227B04A7301323b21
Octal2044217301127604627341
Binary10000100100010111101101001010111110000100110010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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