#5D062A

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

Shades of Tyrian Purple #5D062A

Tints of Tyrian Purple #5D062A

Color information

#5D062A (or 0x5D062A) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 06 and 2A. RGB value is (93,6,42). Sum of RGB (Red+Green+Blue) = 93+6+42=141 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.96% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 93 - color contains mainly: red. Hex color #5D062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D062A is #A2F9D5. Grayscale: #242424. Windows color (decimal): -10680790 or 2754141. OLE color: 2754141.

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

Color convert

RGB93642-
CMYK00.940.550.64
HSL335.17º87.88%19.41%-
HSV(B)335.17º93.55%36.47%-
XYZ52.622.43-
YUV36.12131.32168.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 65.96%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=65.96%
G=4.26%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9364200.940.550.64335.1787.8819.41
Hex5D62A05E374014f5813
Octal13565201366710051713023
Binary1011101110101010010111101101111000000101001111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,6,42); }

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

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

 a { background-color: rgb(93,6,42); }

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

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

 span { border-color: rgb(93,6,42); }

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