Html Css Color HEX #5D093F Tyrian Purple

📋 copy color: '#5D093F'

red 93 ◦ green 9 ◦ blue 63

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

Shades of Tyrian Purple #5D093F

Tints of Tyrian Purple #5D093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 38.18%

R = 56.36%
G = 5.45%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5D093F (or 0x5D093F) is known color: Tyrian Purple. HEX triplet: 5D, 09 and 3F. RGB value is (93,9,63). Sum of RGB (Red+Green+Blue) = 93+9+63=165 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.36% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 93 - color contains mainly: red. Hex color #5D093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D093F is #A2F6C0. Grayscale: #282828. Windows color (decimal): -10680001 or 4131165. OLE color: 4131165.

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

Color convert

RGB 93 9 63 -
CMYK 0 0.90 0.32 0.64
HSL 321.43º 0.82% 0.2% -
HSV(B) 321.43º 0.9% 0.36% -
XYZ 5.51 2.88 4.97 -
YUV 40.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 93 9 63 0 0.90 0.32 0.64 321.43 0.82 0.2
Hex 5D 9 3F 0 5A 20 40 141 52 14
Octal 135 11 77 0 132 40 100 501 122 24
Binary 1011101 1001 111111 0 1011010 100000 1000000 101000001 1010010 10100

Color Harmonies of #5D093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D093F

Black with #5D093F

Text Example


Text Example

White with #5D093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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