Html Css Color HEX #5D023A Tyrian Purple

📋 copy color: '#5D023A'

red 93 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #5D023A

Tints of Tyrian Purple #5D023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.91%

R = 60.78%
G = 1.31%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D023A (or 0x5D023A) is known color: Tyrian Purple. HEX triplet: 5D, 02 and 3A. RGB value is (93,2,58). Sum of RGB (Red+Green+Blue) = 93+2+58=153 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.78% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 93 - color contains mainly: red. Hex color #5D023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D023A is #A2FDC5. Grayscale: #232323. Windows color (decimal): -10681798 or 3801693. OLE color: 3801693.

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

Color convert

RGB 93 2 58 -
CMYK 0 0.98 0.38 0.64
HSL 323.08º 0.96% 0.19% -
HSV(B) 323.08º 0.98% 0.36% -
XYZ 5.3 2.68 4.24 -
YUV 35.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 93 2 58 0 0.98 0.38 0.64 323.08 0.96 0.19
Hex 5D 2 3A 0 62 26 40 143 60 13
Octal 135 2 72 0 142 46 100 503 140 23
Binary 1011101 10 111010 0 1100010 100110 1000000 101000011 1100000 10011

Color Harmonies of #5D023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D023A

Black with #5D023A

Text Example


Text Example

White with #5D023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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