#7B0450

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

Shades of Tyrian Purple #7B0450

Tints of Tyrian Purple #7B0450

Color information

#7B0450 (or 0x7B0450) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 04 and 50. RGB value is (123,4,80). Sum of RGB (Red+Green+Blue) = 123+4+80=207 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.42% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0450 is #84FBAF. Grayscale: #303030. Windows color (decimal): -8715184 or 5244027. OLE color: 5244027.

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

Color convert

RGB123480-
CMYK00.970.350.52
HSL321.68º93.7%24.9%-
HSV(B)321.68º96.75%48.24%-
XYZ9.664.888.02-
YUV48.24145.92181.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.42%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=59.42%
G=1.93%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12348000.970.350.52321.6893.724.9
Hex7B45006123341425e19
Octal17341200141436450213631
Binary1111011100101000001100001100011110100101000010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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