Html Css Color HEX #5E012F Tyrian Purple

📋 copy color: '#5E012F'

red 94 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #5E012F

Tints of Tyrian Purple #5E012F

RGB

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

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

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

R = 66.2%
G = 0.7%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E012F (or 0x5E012F) is known color: Tyrian Purple. HEX triplet: 5E, 01 and 2F. RGB value is (94,1,47). Sum of RGB (Red+Green+Blue) = 94+1+47=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E012F is #A1FED0. Grayscale: #212121. Windows color (decimal): -10616529 or 3080542. OLE color: 3080542.

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

Color convert

RGB 94 1 47 -
CMYK 0 0.99 0.5 0.63
HSL 330.32º 0.98% 0.19% -
HSV(B) 330.32º 0.99% 0.37% -
XYZ 5.14 2.61 2.92 -
YUV 34.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 94 1 47 0 0.99 0.5 0.63 330.32 0.98 0.19
Hex 5E 1 2F 0 63 32 3F 14A 62 13
Octal 136 1 57 0 143 62 77 512 142 23
Binary 1011110 1 101111 0 1100011 110010 111111 101001010 1100010 10011

Color Harmonies of #5E012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E012F

Black with #5E012F

Text Example


Text Example

White with #5E012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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