Html Css Color HEX #5D094F Tyrian Purple

📋 copy color: '#5D094F'

red 93 ◦ green 9 ◦ blue 79

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

Shades of Tyrian Purple #5D094F

Tints of Tyrian Purple #5D094F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.65%

R = 51.38%
G = 4.97%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5D094F (or 0x5D094F) is known color: Tyrian Purple. HEX triplet: 5D, 09 and 4F. RGB value is (93,9,79). Sum of RGB (Red+Green+Blue) = 93+9+79=181 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.38% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 93 - color contains mainly: red. Hex color #5D094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D094F is #A2F6B0. Grayscale: #292929. Windows color (decimal): -10679985 or 5179741. OLE color: 5179741.

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

Color convert

RGB 93 9 79 -
CMYK 0 0.90 0.15 0.64
HSL 310º 0.82% 0.2% -
HSV(B) 310º 0.9% 0.36% -
XYZ 6.02 3.09 7.68 -
YUV 42.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 93 9 79 0 0.90 0.15 0.64 310 0.82 0.2
Hex 5D 9 4F 0 5A F 40 136 52 14
Octal 135 11 117 0 132 17 100 466 122 24
Binary 1011101 1001 1001111 0 1011010 1111 1000000 100110110 1010010 10100

Color Harmonies of #5D094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D094F

Black with #5D094F

Text Example


Text Example

White with #5D094F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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