#84247B

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

Shades of Dark Purple #84247B

Tints of Dark Purple #84247B

Color information

#84247B (or 0x84247B) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 7B. RGB value is (132,36,123). Sum of RGB (Red+Green+Blue) = 132+36+123=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84247B is #7BDB84. Grayscale: #4A4A4A. Windows color (decimal): -8117125 or 8070276. OLE color: 8070276.

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

Color convert

RGB13236123-
CMYK00.730.070.48
HSL305.62º57.14%32.94%-
HSV(B)305.62º72.73%51.76%-
XYZ13.727.619.48-
YUV74.62155.3168.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 123 (48.44% from 255) = 42.27%
R=45.36%
G=12.37%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323612300.730.070.48305.6257.1432.94
Hex84247B0497301323921
Octal2044417301117604627141
Binary10000100100100111101101001001111110000100110010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84247B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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