#5D054B

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

Shades of Tyrian Purple #5D054B

Tints of Tyrian Purple #5D054B

Color information

#5D054B (or 0x5D054B) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 05 and 4B. RGB value is (93,5,75). Sum of RGB (Red+Green+Blue) = 93+5+75=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D054B is #A2FAB4. Grayscale: #272727. Windows color (decimal): -10681013 or 4916573. OLE color: 4916573.

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

Color convert

RGB93575-
CMYK00.950.190.64
HSL312.27º89.8%19.22%-
HSV(B)312.27º94.62%36.47%-
XYZ5.842.946.92-
YUV39.29148.15166.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.76%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=53.76%
G=2.89%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9357500.950.190.64312.2789.819.22
Hex5D54B05F13401385a13
Octal135511301372310047013223
Binary1011101101100101101011111100111000000100111000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,5,75); }

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

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

 a { background-color: rgb(93,5,75); }

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

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

 span { border-color: rgb(93,5,75); }

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