Html Css Color HEX #5E002E Tyrian Purple

📋 copy color: '#5E002E'

red 94 ◦ green 0 ◦ blue 46

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

Shades of Tyrian Purple #5E002E

Tints of Tyrian Purple #5E002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 32.86%

R = 67.14%
G = 0%
B = 32.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#5E002E (or 0x5E002E) is known color: Tyrian Purple. HEX triplet: 5E, 00 and 2E. RGB value is (94,0,46). Sum of RGB (Red+Green+Blue) = 94+0+46=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E002E is #A1FFD1. Grayscale: #212121. Windows color (decimal): -10616786 or 3014750. OLE color: 3014750.

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

Color convert

RGB 94 0 46 -
CMYK 0 1 0.51 0.63
HSL 330.64º 1% 0.18% -
HSV(B) 330.64º 1% 0.37% -
XYZ 5.11 2.58 2.81 -
YUV 33.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 94 0 46 0 1 0.51 0.63 330.64 1 0.18
Hex 5E 0 2E 0 64 33 3F 14B 64 12
Octal 136 0 56 0 144 63 77 513 144 22
Binary 1011110 0 101110 0 1100100 110011 111111 101001011 1100100 10010

Color Harmonies of #5E002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E002E

Black with #5E002E

Text Example


Text Example

White with #5E002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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