Html Css Color HEX #5D094A Tyrian Purple

📋 copy color: '#5D094A'

red 93 ◦ green 9 ◦ blue 74

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

Shades of Tyrian Purple #5D094A

Tints of Tyrian Purple #5D094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 42.05%

R = 52.84%
G = 5.11%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5D094A (or 0x5D094A) is known color: Tyrian Purple. HEX triplet: 5D, 09 and 4A. RGB value is (93,9,74). Sum of RGB (Red+Green+Blue) = 93+9+74=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D094A is #A2F6B5. Grayscale: #292929. Windows color (decimal): -10679990 or 4852061. OLE color: 4852061.

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

Color convert

RGB 93 9 74 -
CMYK 0 0.90 0.20 0.64
HSL 313.57º 0.82% 0.2% -
HSV(B) 313.57º 0.9% 0.36% -
XYZ 5.85 3.02 6.75 -
YUV 41.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 93 9 74 0 0.90 0.20 0.64 313.57 0.82 0.2
Hex 5D 9 4A 0 5A 14 40 13A 52 14
Octal 135 11 112 0 132 24 100 472 122 24
Binary 1011101 1001 1001010 0 1011010 10100 1000000 100111010 1010010 10100

Color Harmonies of #5D094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D094A

Black with #5D094A

Text Example


Text Example

White with #5D094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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