Html Css Color HEX #5D002F Tyrian Purple

📋 copy color: '#5D002F'

red 93 ◦ green 0 ◦ blue 47

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

Shades of Tyrian Purple #5D002F

Tints of Tyrian Purple #5D002F

RGB

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

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

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

R = 66.43%
G = 0%
B = 33.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5D002F (or 0x5D002F) is known color: Tyrian Purple. HEX triplet: 5D, 00 and 2F. RGB value is (93,0,47). Sum of RGB (Red+Green+Blue) = 93+0+47=140 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 93 - color contains mainly: red. Hex color #5D002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D002F is #A2FFD0. Grayscale: #212121. Windows color (decimal): -10682321 or 3080285. OLE color: 3080285.

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

Color convert

RGB 93 0 47 -
CMYK 0 1 0.49 0.64
HSL 329.68º 1% 0.18% -
HSV(B) 329.68º 1% 0.36% -
XYZ 5.03 2.53 2.91 -
YUV 33.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 93 0 47 0 1 0.49 0.64 329.68 1 0.18
Hex 5D 0 2F 0 64 31 40 14A 64 12
Octal 135 0 57 0 144 61 100 512 144 22
Binary 1011101 0 101111 0 1100100 110001 1000000 101001010 1100100 10010

Color Harmonies of #5D002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D002F

Black with #5D002F

Text Example


Text Example

White with #5D002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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