Html Css Color HEX #5E002F Tyrian Purple

📋 copy color: '#5E002F'

red 94 ◦ green 0 ◦ blue 47

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

Shades of Tyrian Purple #5E002F

Tints of Tyrian Purple #5E002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E002F (or 0x5E002F) is known color: Tyrian Purple. HEX triplet: 5E, 00 and 2F. RGB value is (94,0,47). Sum of RGB (Red+Green+Blue) = 94+0+47=141 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.67% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 94 - color contains mainly: red. Hex color #5E002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E002F is #A1FFD0. Grayscale: #212121. Windows color (decimal): -10616785 or 3080286. OLE color: 3080286.

HSL color Cylindrical-coordinate representation of color #5E002F: hue angle of 330º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E002F is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 0 47 -
CMYK 0 1 0.5 0.63
HSL 330º 1% 0.18% -
HSV(B) 330º 1% 0.37% -
XYZ 5.13 2.58 2.92 -
YUV 33.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 94 0 47 0 1 0.5 0.63 330 1 0.18
Hex 5E 0 2F 0 64 32 3F 14A 64 12
Octal 136 0 57 0 144 62 77 512 144 22
Binary 1011110 0 101111 0 1100100 110010 111111 101001010 1100100 10010

Color Harmonies of #5E002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E002F

Black with #5E002F

Text Example


Text Example

White with #5E002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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