#7B1587

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

Shades of Purple #7B1587

Tints of Purple #7B1587

Color information

#7B1587 (or 0x7B1587) is unknown color: approx Purple. HEX triplet: 7B, 15 and 87. RGB value is (123,21,135). Sum of RGB (Red+Green+Blue) = 123+21+135=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B1587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1587 is #84EA78. Grayscale: #404040. Windows color (decimal): -8710777 or 8852859. OLE color: 8852859.

HSL color Cylindrical-coordinate representation of color #7B1587: hue angle of 293.68º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B1587 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12321135-
CMYK0.090.8400.47
HSL293.68º73.08%30.59%-
HSV(B)293.68º84.44%52.94%-
XYZ12.816.523.5-
YUV64.49167.79169.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.09%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 135 (53.12% from 255) = 48.39%
R=44.09%
G=7.53%
B=48.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123211350.090.8400.47293.6873.0830.59
Hex7B158795402F126491f
Octal173252071112405744611137
Binary11110111010110000111100110101000101111100100110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,21,135); }

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

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

 a { background-color: rgb(123,21,135); }

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

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

 span { border-color: rgb(123,21,135); }

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