Html Css Color HEX #5D0122 Tyrian Purple

📋 copy color: '#5D0122'

red 93 ◦ green 1 ◦ blue 34

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

Shades of Tyrian Purple #5D0122

Tints of Tyrian Purple #5D0122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

 BLUE value IS 34 (13.67% from 255) = 26.56%

R = 72.66%
G = 0.78%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.64

RGB Variations

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

Color information

#5D0122 (or 0x5D0122) is known color: Tyrian Purple. HEX triplet: 5D, 01 and 22. RGB value is (93,1,34). Sum of RGB (Red+Green+Blue) = 93+1+34=128 (16% of max value = 765). Red value is 93 (36.72% from 255 or 72.66% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0122 is #A2FEDD. Grayscale: #202020. Windows color (decimal): -10682078 or 2228573. OLE color: 2228573.

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

Color convert

RGB 93 1 34 -
CMYK 0 0.99 0.63 0.64
HSL 338.48º 0.98% 0.18% -
HSV(B) 338.48º 0.99% 0.36% -
XYZ 4.81 2.46 1.74 -
YUV 32.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 93 1 34 0 0.99 0.63 0.64 338.48 0.98 0.18
Hex 5D 1 22 0 63 3F 40 152 62 12
Octal 135 1 42 0 143 77 100 522 142 22
Binary 1011101 1 100010 0 1100011 111111 1000000 101010010 1100010 10010

Color Harmonies of #5D0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0122

Black with #5D0122

Text Example


Text Example

White with #5D0122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,1,34); }

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

background-color css

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

 a { background-color: rgb(93,1,34); }

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

border-color css

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

 span { border-color: rgb(93,1,34); }

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