Html Css Color HEX #5D0A43 Tyrian Purple

📋 copy color: '#5D0A43'

red 93 ◦ green 10 ◦ blue 67

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

Shades of Tyrian Purple #5D0A43

Tints of Tyrian Purple #5D0A43

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.88%

 BLUE value IS 67 (26.56% from 255) = 39.41%

R = 54.71%
G = 5.88%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.64

RGB Variations

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

Color information

#5D0A43 (or 0x5D0A43) is known color: Tyrian Purple. HEX triplet: 5D, 0A and 43. RGB value is (93,10,67). Sum of RGB (Red+Green+Blue) = 93+10+67=170 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.71% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0A43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0A43 is #A2F5BC. Grayscale: #292929. Windows color (decimal): -10679741 or 4393565. OLE color: 4393565.

HSL color Cylindrical-coordinate representation of color #5D0A43: hue angle of 318.8º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D0A43 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 10 67 -
CMYK 0 0.89 0.28 0.64
HSL 318.8º 0.81% 0.2% -
HSV(B) 318.8º 0.89% 0.36% -
XYZ 5.64 2.95 5.58 -
YUV 41.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 93 10 67 0 0.89 0.28 0.64 318.8 0.81 0.2
Hex 5D A 43 0 59 1C 40 13F 51 14
Octal 135 12 103 0 131 34 100 477 121 24
Binary 1011101 1010 1000011 0 1011001 11100 1000000 100111111 1010001 10100

Color Harmonies of #5D0A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0A43

Black with #5D0A43

Text Example


Text Example

White with #5D0A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,10,67); }

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

background-color css

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

 a { background-color: rgb(93,10,67); }

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

border-color css

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

 span { border-color: rgb(93,10,67); }

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