#5D092C

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

Shades of Tyrian Purple #5D092C

Tints of Tyrian Purple #5D092C

Color information

#5D092C (or 0x5D092C) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 09 and 2C. RGB value is (93,9,44). Sum of RGB (Red+Green+Blue) = 93+9+44=146 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.70% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 93 - color contains mainly: red. Hex color #5D092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D092C is #A2F6D3. Grayscale: #262626. Windows color (decimal): -10680020 or 2885981. OLE color: 2885981.

HSL color Cylindrical-coordinate representation of color #5D092C: hue angle of 335º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D092C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB93944-
CMYK00.900.530.64
HSL335º82.35%20%-
HSV(B)335º90.32%36.47%-
XYZ5.072.72.64-
YUV38.11131.33167.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 63.70%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=63.70%
G=6.16%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9394400.900.530.6433582.3520
Hex5D92C05A354014f5214
Octal135115401326510051712224
Binary10111011001101100010110101101011000000101001111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,9,44); }

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

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

 a { background-color: rgb(93,9,44); }

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

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

 span { border-color: rgb(93,9,44); }

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