#7C0541

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

Shades of Tyrian Purple #7C0541

Tints of Tyrian Purple #7C0541

Color information

#7C0541 (or 0x7C0541) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 05 and 41. RGB value is (124,5,65). Sum of RGB (Red+Green+Blue) = 124+5+65=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0541 is #83FABE. Grayscale: #2F2F2F. Windows color (decimal): -8649407 or 4261244. OLE color: 4261244.

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

Color convert

RGB124565-
CMYK00.960.480.51
HSL329.75º92.25%25.29%-
HSV(B)329.75º95.97%48.63%-
XYZ9.324.785.43-
YUV47.42137.92182.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 63.92%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 65 (25.78% from 255) = 33.51%
R=63.92%
G=2.58%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12456500.960.480.51329.7592.2525.29
Hex7C541060303314a5c19
Octal17451010140606351213431
Binary1111100101100000101100000110000110011101001010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,5,65); }

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

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

 a { background-color: rgb(124,5,65); }

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

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

 span { border-color: rgb(124,5,65); }

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