Html Css Color HEX #5E0122 Tyrian Purple

📋 copy color: '#5E0122'

red 94 ◦ green 1 ◦ blue 34

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

Shades of Tyrian Purple #5E0122

Tints of Tyrian Purple #5E0122

RGB

 RED value IS 94 (37.11% from 255) = 72.87%

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

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

R = 72.87%
G = 0.78%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.63

RGB Variations

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

Color information

#5E0122 (or 0x5E0122) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 22. RGB value is (94,1,34). Sum of RGB (Red+Green+Blue) = 94+1+34=129 (17% of max value = 765). Red value is 94 (37.11% from 255 or 72.87% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0122 is #A1FEDD. Grayscale: #202020. Windows color (decimal): -10616542 or 2228574. OLE color: 2228574.

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

Color convert

RGB 94 1 34 -
CMYK 0 0.99 0.64 0.63
HSL 338.71º 0.98% 0.19% -
HSV(B) 338.71º 0.99% 0.37% -
XYZ 4.92 2.52 1.74 -
YUV 32.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 94 1 34 0 0.99 0.64 0.63 338.71 0.98 0.19
Hex 5E 1 22 0 63 40 3F 153 62 13
Octal 136 1 42 0 143 100 77 523 142 23
Binary 1011110 1 100010 0 1100011 1000000 111111 101010011 1100010 10011

Color Harmonies of #5E0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0122

Black with #5E0122

Text Example


Text Example

White with #5E0122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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