#7B0D8B

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

Shades of Purple #7B0D8B

Tints of Purple #7B0D8B

Color information

#7B0D8B (or 0x7B0D8B) is unknown color: approx Purple. HEX triplet: 7B, 0D and 8B. RGB value is (123,13,139). Sum of RGB (Red+Green+Blue) = 123+13+139=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B0D8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0D8B is #84F274. Grayscale: #3B3B3B. Windows color (decimal): -8712821 or 9112955. OLE color: 9112955.

HSL color Cylindrical-coordinate representation of color #7B0D8B: hue angle of 292.38º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0D8B is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12313139-
CMYK0.120.9100.45
HSL292.38º82.89%29.8%-
HSV(B)292.38º90.65%54.51%-
XYZ12.976.3624.97-
YUV60.25172.44172.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.73%
GREEN value IS 13 (5.47% from 255) = 4.73%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=44.73%
G=4.73%
B=50.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123131390.120.9100.45292.3882.8929.8
Hex7BD8BC5B02D124531e
Octal173152131413305544412336
Binary1111011110110001011110010110110101101100100100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,13,139); }

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

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

 a { background-color: rgb(123,13,139); }

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

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

 span { border-color: rgb(123,13,139); }

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