Html Css Color HEX #5D022F Tyrian Purple

📋 copy color: '#5D022F'

red 93 ◦ green 2 ◦ blue 47

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

Shades of Tyrian Purple #5D022F

Tints of Tyrian Purple #5D022F

RGB

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

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

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

R = 65.49%
G = 1.41%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5D022F (or 0x5D022F) is known color: Tyrian Purple. HEX triplet: 5D, 02 and 2F. RGB value is (93,2,47). Sum of RGB (Red+Green+Blue) = 93+2+47=142 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.49% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 93 - color contains mainly: red. Hex color #5D022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D022F is #A2FDD0. Grayscale: #222222. Windows color (decimal): -10681809 or 3080797. OLE color: 3080797.

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

Color convert

RGB 93 2 47 -
CMYK 0 0.98 0.49 0.64
HSL 330.33º 0.96% 0.19% -
HSV(B) 330.33º 0.98% 0.36% -
XYZ 5.05 2.58 2.92 -
YUV 34.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 93 2 47 0 0.98 0.49 0.64 330.33 0.96 0.19
Hex 5D 2 2F 0 62 31 40 14A 60 13
Octal 135 2 57 0 142 61 100 512 140 23
Binary 1011101 10 101111 0 1100010 110001 1000000 101001010 1100000 10011

Color Harmonies of #5D022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D022F

Black with #5D022F

Text Example


Text Example

White with #5D022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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