Html Css Color HEX #5D0935 Tyrian Purple

📋 copy color: '#5D0935'

red 93 ◦ green 9 ◦ blue 53

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

Shades of Tyrian Purple #5D0935

Tints of Tyrian Purple #5D0935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 60%
G = 5.81%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#5D0935 (or 0x5D0935) is known color: Tyrian Purple. HEX triplet: 5D, 09 and 35. RGB value is (93,9,53). Sum of RGB (Red+Green+Blue) = 93+9+53=155 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0935 is #A2F6CA. Grayscale: #272727. Windows color (decimal): -10680011 or 3475805. OLE color: 3475805.

HSL color Cylindrical-coordinate representation of color #5D0935: hue angle of 328.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D0935 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 9 53 -
CMYK 0 0.90 0.43 0.64
HSL 328.57º 0.82% 0.2% -
HSV(B) 328.57º 0.9% 0.36% -
XYZ 5.25 2.78 3.63 -
YUV 39.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 93 9 53 0 0.90 0.43 0.64 328.57 0.82 0.2
Hex 5D 9 35 0 5A 2B 40 149 52 14
Octal 135 11 65 0 132 53 100 511 122 24
Binary 1011101 1001 110101 0 1011010 101011 1000000 101001001 1010010 10100

Color Harmonies of #5D0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0935

Black with #5D0935

Text Example


Text Example

White with #5D0935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,9,53); }

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

background-color css

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

 a { background-color: rgb(93,9,53); }

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

border-color css

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

 span { border-color: rgb(93,9,53); }

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