Html Css Color HEX #5D0445 Tyrian Purple

📋 copy color: '#5D0445'

red 93 ◦ green 4 ◦ blue 69

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

Shades of Tyrian Purple #5D0445

Tints of Tyrian Purple #5D0445

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.41%

 BLUE value IS 69 (27.34% from 255) = 41.57%

R = 56.02%
G = 2.41%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#5D0445 (or 0x5D0445) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 45. RGB value is (93,4,69). Sum of RGB (Red+Green+Blue) = 93+4+69=166 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.02% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0445 is #A2FBBA. Grayscale: #252525. Windows color (decimal): -10681275 or 4523101. OLE color: 4523101.

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

Color convert

RGB 93 4 69 -
CMYK 0 0.96 0.26 0.64
HSL 316.18º 0.92% 0.19% -
HSV(B) 316.18º 0.96% 0.36% -
XYZ 5.63 2.84 5.88 -
YUV 38.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 93 4 69 0 0.96 0.26 0.64 316.18 0.92 0.19
Hex 5D 4 45 0 60 1A 40 13C 5C 13
Octal 135 4 105 0 140 32 100 474 134 23
Binary 1011101 100 1000101 0 1100000 11010 1000000 100111100 1011100 10011

Color Harmonies of #5D0445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0445

Black with #5D0445

Text Example


Text Example

White with #5D0445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,4,69); }

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

background-color css

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

 a { background-color: rgb(93,4,69); }

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

border-color css

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

 span { border-color: rgb(93,4,69); }

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