Html Css Color HEX #5D094C Tyrian Purple

📋 copy color: '#5D094C'

red 93 ◦ green 9 ◦ blue 76

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

Shades of Tyrian Purple #5D094C

Tints of Tyrian Purple #5D094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.7%

R = 52.25%
G = 5.06%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5D094C (or 0x5D094C) is known color: Tyrian Purple. HEX triplet: 5D, 09 and 4C. RGB value is (93,9,76). Sum of RGB (Red+Green+Blue) = 93+9+76=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D094C is #A2F6B3. Grayscale: #292929. Windows color (decimal): -10679988 or 4983133. OLE color: 4983133.

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

Color convert

RGB 93 9 76 -
CMYK 0 0.90 0.18 0.64
HSL 312.14º 0.82% 0.2% -
HSV(B) 312.14º 0.9% 0.36% -
XYZ 5.92 3.04 7.11 -
YUV 41.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 93 9 76 0 0.90 0.18 0.64 312.14 0.82 0.2
Hex 5D 9 4C 0 5A 12 40 138 52 14
Octal 135 11 114 0 132 22 100 470 122 24
Binary 1011101 1001 1001100 0 1011010 10010 1000000 100111000 1010010 10100

Color Harmonies of #5D094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D094C

Black with #5D094C

Text Example


Text Example

White with #5D094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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