#84066E

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

Shades of Purple #84066E

Tints of Purple #84066E

Color information

#84066E (or 0x84066E) is unknown color: approx Purple. HEX triplet: 84, 06 and 6E. RGB value is (132,6,110). Sum of RGB (Red+Green+Blue) = 132+6+110=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84066E is #7BF991. Grayscale: #373737. Windows color (decimal): -8124818 or 7210628. OLE color: 7210628.

HSL color Cylindrical-coordinate representation of color #84066E: hue angle of 310.48º 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 #84066E is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB1326110-
CMYK00.950.170.48
HSL310.48º91.3%27.06%-
HSV(B)310.48º95.45%51.76%-
XYZ12.46.1615.29-
YUV55.53158.74182.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 6 (2.73% from 255) = 2.42%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=53.23%
G=2.42%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132611000.950.170.48310.4891.327.06
Hex8466E05F11301365b1b
Octal20461560137216046613333
Binary1000010011011011100101111110001110000100110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84066E; }

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

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

<style>
 a { background-color: #84066E; }

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

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

<style>
 span { border-color: #84066E; }

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

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