Html Css Color HEX #5D0F2F Tyrian Purple

📋 copy color: '#5D0F2F'

red 93 ◦ green 15 ◦ blue 47

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

Shades of Tyrian Purple #5D0F2F

Tints of Tyrian Purple #5D0F2F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 60%
G = 9.68%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5D0F2F (or 0x5D0F2F) is known color: Tyrian Purple. HEX triplet: 5D, 0F and 2F. RGB value is (93,15,47). Sum of RGB (Red+Green+Blue) = 93+15+47=155 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0F2F is #A2F0D0. Grayscale: #292929. Windows color (decimal): -10678481 or 3084125. OLE color: 3084125.

HSL color Cylindrical-coordinate representation of color #5D0F2F: hue angle of 335.38º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D0F2F is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 15 47 -
CMYK 0 0.84 0.49 0.64
HSL 335.38º 0.72% 0.21% -
HSV(B) 335.38º 0.84% 0.36% -
XYZ 5.2 2.87 2.97 -
YUV 41.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 93 15 47 0 0.84 0.49 0.64 335.38 0.72 0.21
Hex 5D F 2F 0 54 31 40 14F 48 15
Octal 135 17 57 0 124 61 100 517 110 25
Binary 1011101 1111 101111 0 1010100 110001 1000000 101001111 1001000 10101

Color Harmonies of #5D0F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0F2F

Black with #5D0F2F

Text Example


Text Example

White with #5D0F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,15,47); }

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

background-color css

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

 a { background-color: rgb(93,15,47); }

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

border-color css

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

 span { border-color: rgb(93,15,47); }

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