Html Css Color HEX #5E022C Tyrian Purple

📋 copy color: '#5E022C'

red 94 ◦ green 2 ◦ blue 44

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

Shades of Tyrian Purple #5E022C

Tints of Tyrian Purple #5E022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.43%

 BLUE value IS 44 (17.58% from 255) = 31.43%

R = 67.14%
G = 1.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#5E022C (or 0x5E022C) is known color: Tyrian Purple. HEX triplet: 5E, 02 and 2C. RGB value is (94,2,44). Sum of RGB (Red+Green+Blue) = 94+2+44=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E022C is #A1FDD3. Grayscale: #222222. Windows color (decimal): -10616276 or 2884190. OLE color: 2884190.

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

Color convert

RGB 94 2 44 -
CMYK 0 0.98 0.53 0.63
HSL 332.61º 0.96% 0.19% -
HSV(B) 332.61º 0.98% 0.37% -
XYZ 5.09 2.6 2.62 -
YUV 34.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 94 2 44 0 0.98 0.53 0.63 332.61 0.96 0.19
Hex 5E 2 2C 0 62 35 3F 14D 60 13
Octal 136 2 54 0 142 65 77 515 140 23
Binary 1011110 10 101100 0 1100010 110101 111111 101001101 1100000 10011

Color Harmonies of #5E022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E022C

Black with #5E022C

Text Example


Text Example

White with #5E022C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,2,44); }

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

background-color css

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

 a { background-color: rgb(94,2,44); }

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

border-color css

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

 span { border-color: rgb(94,2,44); }

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