Html Css Color HEX #5E0128 Tyrian Purple

📋 copy color: '#5E0128'

red 94 ◦ green 1 ◦ blue 40

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

Shades of Tyrian Purple #5E0128

Tints of Tyrian Purple #5E0128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 29.63%

R = 69.63%
G = 0.74%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#5E0128 (or 0x5E0128) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 28. RGB value is (94,1,40). Sum of RGB (Red+Green+Blue) = 94+1+40=135 (17% of max value = 765). Red value is 94 (37.11% from 255 or 69.63% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0128 is #A1FED7. Grayscale: #212121. Windows color (decimal): -10616536 or 2621790. OLE color: 2621790.

HSL color Cylindrical-coordinate representation of color #5E0128: hue angle of 334.84º 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 #5E0128 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 1 40 -
CMYK 0 0.99 0.57 0.63
HSL 334.84º 0.98% 0.19% -
HSV(B) 334.84º 0.99% 0.37% -
XYZ 5.01 2.55 2.24 -
YUV 33.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 94 1 40 0 0.99 0.57 0.63 334.84 0.98 0.19
Hex 5E 1 28 0 63 39 3F 14F 62 13
Octal 136 1 50 0 143 71 77 517 142 23
Binary 1011110 1 101000 0 1100011 111001 111111 101001111 1100010 10011

Color Harmonies of #5E0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0128

Black with #5E0128

Text Example


Text Example

White with #5E0128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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