#8B0674

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

Shades of Purple #8B0674

Tints of Purple #8B0674

Color information

#8B0674 (or 0x8B0674) is unknown color: approx Purple. HEX triplet: 8B, 06 and 74. RGB value is (139,6,116). Sum of RGB (Red+Green+Blue) = 139+6+116=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0674 is #74F98B. Grayscale: #393939. Windows color (decimal): -7666060 or 7603851. OLE color: 7603851.

HSL color Cylindrical-coordinate representation of color #8B0674: hue angle of 310.38º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0674 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB1396116-
CMYK00.960.170.45
HSL310.38º91.72%28.43%-
HSV(B)310.38º95.68%54.51%-
XYZ13.866.8817.12-
YUV58.31160.56185.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.26%
GREEN value IS 6 (2.73% from 255) = 2.30%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=53.26%
G=2.30%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139611600.960.170.45310.3891.7228.43
Hex8B674060112D1365c1c
Octal21361640140215546613434
Binary1000101111011101000110000010001101101100110110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B0674; }

 p { color: rgb(139,6,116); }

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

<style>
 a { background-color: #8B0674; }

 a { background-color: rgb(139,6,116); }

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

<style>
 span { border-color: #8B0674; }

 span { border-color: rgb(139,6,116); }

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