Html Css Color HEX #5E103A Tyrian Purple

📋 copy color: '#5E103A'

red 94 ◦ green 16 ◦ blue 58

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

Shades of Tyrian Purple #5E103A

Tints of Tyrian Purple #5E103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

 BLUE value IS 58 (23.05% from 255) = 34.52%

R = 55.95%
G = 9.52%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.63

RGB Variations

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

Color information

#5E103A (or 0x5E103A) is known color: Tyrian Purple. HEX triplet: 5E, 10 and 3A. RGB value is (94,16,58). Sum of RGB (Red+Green+Blue) = 94+16+58=168 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.95% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 94 - color contains mainly: red. Hex color #5E103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E103A is #A1EFC5. Grayscale: #2C2C2C. Windows color (decimal): -10612678 or 3805278. OLE color: 3805278.

HSL color Cylindrical-coordinate representation of color #5E103A: hue angle of 327.69º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E103A is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 16 58 -
CMYK 0 0.83 0.38 0.63
HSL 327.69º 0.71% 0.22% -
HSV(B) 327.69º 0.83% 0.37% -
XYZ 5.57 3.06 4.3 -
YUV 44.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 94 16 58 0 0.83 0.38 0.63 327.69 0.71 0.22
Hex 5E 10 3A 0 53 26 3F 148 47 16
Octal 136 20 72 0 123 46 77 510 107 26
Binary 1011110 10000 111010 0 1010011 100110 111111 101001000 1000111 10110

Color Harmonies of #5E103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E103A

Black with #5E103A

Text Example


Text Example

White with #5E103A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,16,58); }

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

background-color css

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

 a { background-color: rgb(94,16,58); }

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

border-color css

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

 span { border-color: rgb(94,16,58); }

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