Html Css Color HEX #5D023D Tyrian Purple

📋 copy color: '#5D023D'

red 93 ◦ green 2 ◦ blue 61

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

Shades of Tyrian Purple #5D023D

Tints of Tyrian Purple #5D023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

 BLUE value IS 61 (24.22% from 255) = 39.1%

R = 59.62%
G = 1.28%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5D023D (or 0x5D023D) is known color: Tyrian Purple. HEX triplet: 5D, 02 and 3D. RGB value is (93,2,61). Sum of RGB (Red+Green+Blue) = 93+2+61=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D023D is #A2FDC2. Grayscale: #232323. Windows color (decimal): -10681795 or 3998301. OLE color: 3998301.

HSL color Cylindrical-coordinate representation of color #5D023D: hue angle of 321.1º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D023D is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 2 61 -
CMYK 0 0.98 0.34 0.64
HSL 321.1º 0.96% 0.19% -
HSV(B) 321.1º 0.98% 0.36% -
XYZ 5.38 2.71 4.65 -
YUV 35.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 93 2 61 0 0.98 0.34 0.64 321.1 0.96 0.19
Hex 5D 2 3D 0 62 22 40 141 60 13
Octal 135 2 75 0 142 42 100 501 140 23
Binary 1011101 10 111101 0 1100010 100010 1000000 101000001 1100000 10011

Color Harmonies of #5D023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D023D

Black with #5D023D

Text Example


Text Example

White with #5D023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,2,61); }

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

background-color css

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

 a { background-color: rgb(93,2,61); }

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

border-color css

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

 span { border-color: rgb(93,2,61); }

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