Html Css Color HEX #5D0553 Tyrian Purple

📋 copy color: '#5D0553'

red 93 ◦ green 5 ◦ blue 83

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

Shades of Tyrian Purple #5D0553

Tints of Tyrian Purple #5D0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

 BLUE value IS 83 (32.81% from 255) = 45.86%

R = 51.38%
G = 2.76%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#5D0553 (or 0x5D0553) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 53. RGB value is (93,5,83). Sum of RGB (Red+Green+Blue) = 93+5+83=181 (23% of max value = 765). Red value is 93 (36.72% from 255 or 51.38% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0553 is #A2FAAC. Grayscale: #272727. Windows color (decimal): -10681005 or 5440861. OLE color: 5440861.

HSL color Cylindrical-coordinate representation of color #5D0553: hue angle of 306.82º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0553 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 5 83 -
CMYK 0 0.95 0.11 0.64
HSL 306.82º 0.9% 0.19% -
HSV(B) 306.82º 0.95% 0.36% -
XYZ 6.13 3.06 8.45 -
YUV 40.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 93 5 83 0 0.95 0.11 0.64 306.82 0.9 0.19
Hex 5D 5 53 0 5F B 40 133 5A 13
Octal 135 5 123 0 137 13 100 463 132 23
Binary 1011101 101 1010011 0 1011111 1011 1000000 100110011 1011010 10011

Color Harmonies of #5D0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0553

Black with #5D0553

Text Example


Text Example

White with #5D0553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,5,83); }

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

background-color css

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

 a { background-color: rgb(93,5,83); }

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

border-color css

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

 span { border-color: rgb(93,5,83); }

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