Html Css Color HEX #5D093A Tyrian Purple

📋 copy color: '#5D093A'

red 93 ◦ green 9 ◦ blue 58

#5D093A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #5D093A

Tints of Tyrian Purple #5D093A

RGB

 RED value IS 93 (36.72% from 255) = 58.13%

 GREEN value IS 9 (3.91% from 255) = 5.63%

 BLUE value IS 58 (23.05% from 255) = 36.25%

R = 58.13%
G = 5.63%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D093A (or 0x5D093A) is known color: Tyrian Purple. HEX triplet: 5D, 09 and 3A. RGB value is (93,9,58). Sum of RGB (Red+Green+Blue) = 93+9+58=160 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.12% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 93 - color contains mainly: red. Hex color #5D093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D093A is #A2F6C5. Grayscale: #272727. Windows color (decimal): -10680006 or 3803485. OLE color: 3803485.

HSL color Cylindrical-coordinate representation of color #5D093A: hue angle of 325º 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 #5D093A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 9 58 -
CMYK 0 0.90 0.38 0.64
HSL 325º 0.82% 0.2% -
HSV(B) 325º 0.9% 0.36% -
XYZ 5.38 2.83 4.27 -
YUV 39.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 93 9 58 0 0.90 0.38 0.64 325 0.82 0.2
Hex 5D 9 3A 0 5A 26 40 145 52 14
Octal 135 11 72 0 132 46 100 505 122 24
Binary 1011101 1001 111010 0 1011010 100110 1000000 101000101 1010010 10100

Color Harmonies of #5D093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D093A

Black with #5D093A

Text Example


Text Example

White with #5D093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D093A;
 }
 .AnyTagClassName
 {
   color: #5D093A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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