#84067B

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

Shades of Purple #84067B

Tints of Purple #84067B

Color information

#84067B (or 0x84067B) is unknown color: approx Purple. HEX triplet: 84, 06 and 7B. RGB value is (132,6,123). Sum of RGB (Red+Green+Blue) = 132+6+123=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84067B is #7BF984. Grayscale: #383838. Windows color (decimal): -8124805 or 8062596. OLE color: 8062596.

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

Color convert

RGB1326123-
CMYK00.950.070.48
HSL304.29º91.3%27.06%-
HSV(B)304.29º95.45%51.76%-
XYZ13.166.4719.29-
YUV57.01165.24181.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 6 (2.73% from 255) = 2.30%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=50.57%
G=2.30%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132612300.950.070.48304.2991.327.06
Hex8467B05F7301305b1b
Octal2046173013776046013333
Binary10000100110111101101011111111110000100110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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