Html Css Color HEX #5D0F40 Tyrian Purple

📋 copy color: '#5D0F40'

red 93 ◦ green 15 ◦ blue 64

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

Shades of Tyrian Purple #5D0F40

Tints of Tyrian Purple #5D0F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 54.07%
G = 8.72%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#5D0F40 (or 0x5D0F40) is known color: Tyrian Purple. HEX triplet: 5D, 0F and 40. RGB value is (93,15,64). Sum of RGB (Red+Green+Blue) = 93+15+64=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0F40 is #A2F0BF. Grayscale: #2B2B2B. Windows color (decimal): -10678464 or 4198237. OLE color: 4198237.

HSL color Cylindrical-coordinate representation of color #5D0F40: hue angle of 322.31º 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 #5D0F40 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 15 64 -
CMYK 0 0.84 0.31 0.64
HSL 322.31º 0.72% 0.21% -
HSV(B) 322.31º 0.84% 0.36% -
XYZ 5.61 3.04 5.14 -
YUV 43.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 93 15 64 0 0.84 0.31 0.64 322.31 0.72 0.21
Hex 5D F 40 0 54 1F 40 142 48 15
Octal 135 17 100 0 124 37 100 502 110 25
Binary 1011101 1111 1000000 0 1010100 11111 1000000 101000010 1001000 10101

Color Harmonies of #5D0F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0F40

Black with #5D0F40

Text Example


Text Example

White with #5D0F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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