#5C062D

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

Shades of Tyrian Purple #5C062D

Tints of Tyrian Purple #5C062D

Color information

#5C062D (or 0x5C062D) is unknown color: approx Tyrian Purple. HEX triplet: 5C, 06 and 2D. RGB value is (92,6,45). Sum of RGB (Red+Green+Blue) = 92+6+45=143 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.34% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 92 - color contains mainly: red. Hex color #5C062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C062D is #A3F9D2. Grayscale: #242424. Windows color (decimal): -10746323 or 2950748. OLE color: 2950748.

HSL color Cylindrical-coordinate representation of color #5C062D: hue angle of 332.79º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C062D is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB92645-
CMYK00.930.510.64
HSL332.79º87.76%19.22%-
HSV(B)332.79º93.48%36.08%-
XYZ4.952.62.72-
YUV36.16132.99167.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 64.34%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=64.34%
G=4.20%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9264500.930.510.64332.7987.7619.22
Hex5C62D05D334014d5813
Octal13465501356310051513023
Binary1011100110101101010111011100111000000101001101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C062D; }

 p { color: rgb(92,6,45); }

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

<style>
 a { background-color: #5C062D; }

 a { background-color: rgb(92,6,45); }

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

<style>
 span { border-color: #5C062D; }

 span { border-color: rgb(92,6,45); }

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