Html Css Color HEX #5D002E Tyrian Purple

📋 copy color: '#5D002E'

red 93 ◦ green 0 ◦ blue 46

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

Shades of Tyrian Purple #5D002E

Tints of Tyrian Purple #5D002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.09%

R = 66.91%
G = 0%
B = 33.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#5D002E (or 0x5D002E) is known color: Tyrian Purple. HEX triplet: 5D, 00 and 2E. RGB value is (93,0,46). Sum of RGB (Red+Green+Blue) = 93+0+46=139 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.91% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 93 - color contains mainly: red. Hex color #5D002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D002E is #A2FFD1. Grayscale: #202020. Windows color (decimal): -10682322 or 3014749. OLE color: 3014749.

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

Color convert

RGB 93 0 46 -
CMYK 0 1 0.51 0.64
HSL 330.32º 1% 0.18% -
HSV(B) 330.32º 1% 0.36% -
XYZ 5.01 2.52 2.81 -
YUV 33.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 93 0 46 0 1 0.51 0.64 330.32 1 0.18
Hex 5D 0 2E 0 64 33 40 14A 64 12
Octal 135 0 56 0 144 63 100 512 144 22
Binary 1011101 0 101110 0 1100100 110011 1000000 101001010 1100100 10010

Color Harmonies of #5D002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D002E

Black with #5D002E

Text Example


Text Example

White with #5D002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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