#7B0039

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

Shades of Tyrian Purple #7B0039

Tints of Tyrian Purple #7B0039

Color information

#7B0039 (or 0x7B0039) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 00 and 39. RGB value is (123,0,57). Sum of RGB (Red+Green+Blue) = 123+0+57=180 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.33% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 57 (22.66% from 255 or 31.67% from 180); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0039 is #84FFC6. Grayscale: #2B2B2B. Windows color (decimal): -8716231 or 3735675. OLE color: 3735675.

HSL color Cylindrical-coordinate representation of color #7B0039: hue angle of 332.2º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0039 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB123057-
CMYK010.540.52
HSL332.2º100%24.12%-
HSV(B)332.2º100%48.24%-
XYZ8.914.514.27-
YUV43.28135.75184.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 68.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 31.67%
R=68.33%
G=0%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123057010.540.52332.210024.12
Hex7B039064363414c6418
Octal1730710144666451414430
Binary1111011011100101100100110110110100101001100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,0,57); }

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

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

 a { background-color: rgb(123,0,57); }

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

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

 span { border-color: rgb(123,0,57); }

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