#7B0250

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

Shades of Tyrian Purple #7B0250

Tints of Tyrian Purple #7B0250

Color information

#7B0250 (or 0x7B0250) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 02 and 50. RGB value is (123,2,80). Sum of RGB (Red+Green+Blue) = 123+2+80=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0250 is #84FDAF. Grayscale: #2E2E2E. Windows color (decimal): -8715696 or 5243515. OLE color: 5243515.

HSL color Cylindrical-coordinate representation of color #7B0250: hue angle of 321.32º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0250 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB123280-
CMYK00.980.350.52
HSL321.32º96.8%24.51%-
HSV(B)321.32º98.37%48.24%-
XYZ9.644.838.01-
YUV47.07146.59182.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=60%
G=0.98%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12328000.980.350.52321.3296.824.51
Hex7B25006223341416119
Octal17321200142436450114131
Binary111101110101000001100010100011110100101000001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,80); }

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

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

 a { background-color: rgb(123,2,80); }

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

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

 span { border-color: rgb(123,2,80); }

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