#7B053C

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

Shades of Tyrian Purple #7B053C

Tints of Tyrian Purple #7B053C

Color information

#7B053C (or 0x7B053C) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 05 and 3C. RGB value is (123,5,60). Sum of RGB (Red+Green+Blue) = 123+5+60=188 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.43% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 123 - color contains mainly: red. Hex color #7B053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B053C is #84FAC3. Grayscale: #2E2E2E. Windows color (decimal): -8714948 or 3933563. OLE color: 3933563.

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

Color convert

RGB123560-
CMYK00.960.510.52
HSL332.03º92.19%25.1%-
HSV(B)332.03º95.93%48.24%-
XYZ9.044.654.7-
YUV46.55135.59182.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.43%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=65.43%
G=2.66%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12356000.960.510.52332.0392.1925.1
Hex7B53C060333414c5c19
Octal1735740140636451413431
Binary111101110111110001100000110011110100101001100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,5,60); }

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

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

 a { background-color: rgb(123,5,60); }

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

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

 span { border-color: rgb(123,5,60); }

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