Html Css Color HEX #5D033F Tyrian Purple

📋 copy color: '#5D033F'

red 93 ◦ green 3 ◦ blue 63

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

Shades of Tyrian Purple #5D033F

Tints of Tyrian Purple #5D033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

 BLUE value IS 63 (25% from 255) = 39.62%

R = 58.49%
G = 1.89%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5D033F (or 0x5D033F) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 3F. RGB value is (93,3,63). Sum of RGB (Red+Green+Blue) = 93+3+63=159 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.49% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 93 - color contains mainly: red. Hex color #5D033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D033F is #A2FCC0. Grayscale: #242424. Windows color (decimal): -10681537 or 4129629. OLE color: 4129629.

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

Color convert

RGB 93 3 63 -
CMYK 0 0.97 0.32 0.64
HSL 320º 0.94% 0.19% -
HSV(B) 320º 0.97% 0.36% -
XYZ 5.44 2.75 4.95 -
YUV 36.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 93 3 63 0 0.97 0.32 0.64 320 0.94 0.19
Hex 5D 3 3F 0 61 20 40 140 5E 13
Octal 135 3 77 0 141 40 100 500 136 23
Binary 1011101 11 111111 0 1100001 100000 1000000 101000000 1011110 10011

Color Harmonies of #5D033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D033F

Black with #5D033F

Text Example


Text Example

White with #5D033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,3,63); }

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

background-color css

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

 a { background-color: rgb(93,3,63); }

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

border-color css

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

 span { border-color: rgb(93,3,63); }

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