#7B286A

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

Shades of Dark Purple #7B286A

Tints of Dark Purple #7B286A

Color information

#7B286A (or 0x7B286A) is unknown color: approx Dark Purple. HEX triplet: 7B, 28 and 6A. RGB value is (123,40,106). Sum of RGB (Red+Green+Blue) = 123+40+106=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B286A is #84D795. Grayscale: #484848. Windows color (decimal): -8705942 or 6957179. OLE color: 6957179.

HSL color Cylindrical-coordinate representation of color #7B286A: hue angle of 312.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B286A is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB12340106-
CMYK00.670.140.52
HSL312.29º50.92%31.96%-
HSV(B)312.29º67.48%48.24%-
XYZ11.536.7714.33-
YUV72.34147164.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.72%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=45.72%
G=14.87%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1234010600.670.140.52312.2950.9231.96
Hex7B286A043E341383320
Octal17350152010316644706340
Binary11110111010001101010010000111110110100100111000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B286A; }

 p { color: rgb(123,40,106); }

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

<style>
 a { background-color: #7B286A; }

 a { background-color: rgb(123,40,106); }

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

<style>
 span { border-color: #7B286A; }

 span { border-color: rgb(123,40,106); }

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