Html Css Color HEX #5D0027 Tyrian Purple

📋 copy color: '#5D0027'

red 93 ◦ green 0 ◦ blue 39

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

Shades of Tyrian Purple #5D0027

Tints of Tyrian Purple #5D0027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 39 (15.63% from 255) = 29.55%

R = 70.45%
G = 0%
B = 29.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#5D0027 (or 0x5D0027) is known color: Tyrian Purple. HEX triplet: 5D, 00 and 27. RGB value is (93,0,39). Sum of RGB (Red+Green+Blue) = 93+0+39=132 (17% of max value = 765). Red value is 93 (36.72% from 255 or 70.45% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0027 is #A2FFD8. Grayscale: #202020. Windows color (decimal): -10682329 or 2555997. OLE color: 2555997.

HSL color Cylindrical-coordinate representation of color #5D0027: hue angle of 334.84º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0027 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 0 39 -
CMYK 0 1 0.58 0.64
HSL 334.84º 1% 0.18% -
HSV(B) 334.84º 1% 0.36% -
XYZ 4.88 2.47 2.14 -
YUV 32.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 93 0 39 0 1 0.58 0.64 334.84 1 0.18
Hex 5D 0 27 0 64 3A 40 14F 64 12
Octal 135 0 47 0 144 72 100 517 144 22
Binary 1011101 0 100111 0 1100100 111010 1000000 101001111 1100100 10010

Color Harmonies of #5D0027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0027

Black with #5D0027

Text Example


Text Example

White with #5D0027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,0,39); }

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

background-color css

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

 a { background-color: rgb(93,0,39); }

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

border-color css

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

 span { border-color: rgb(93,0,39); }

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