#7b1583

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

Shades of Purple #7B1583

Tints of Purple #7B1583

Color information

#7B1583 (or 0x7B1583) is unknown color: approx Purple. HEX triplet: 7B, 15 and 83. RGB value is (123,21,131). Sum of RGB (Red+Green+Blue) = 123+21+131=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #7B1583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1583 is #84EA7C. Grayscale: #3F3F3F. Windows color (decimal): -8710781 or 8590715. OLE color: 8590715.

HSL color Cylindrical-coordinate representation of color #7B1583: hue angle of 295.64º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B1583 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12321131-
CMYK0.060.8400.49
HSL295.64º72.37%29.8%-
HSV(B)295.64º83.97%51.37%-
XYZ12.536.3922.04-
YUV64.04165.79170.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.73%
GREEN value IS 21 (8.59% from 255) = 7.64%
BLUE value IS 131 (51.56% from 255) = 47.64%
R=44.73%
G=7.64%
B=47.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123211310.060.8400.49295.6472.3729.8
Hex7B1583654031128481e
Octal17325203612406145011036
Binary1111011101011000001111010101000110001100101000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b1583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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