Html Css Color HEX #5E0F40 Tyrian Purple

📋 copy color: '#5E0F40'

red 94 ◦ green 15 ◦ blue 64

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

Shades of Tyrian Purple #5E0F40

Tints of Tyrian Purple #5E0F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.67%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 54.34%
G = 8.67%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#5E0F40 (or 0x5E0F40) is known color: Tyrian Purple. HEX triplet: 5E, 0F and 40. RGB value is (94,15,64). Sum of RGB (Red+Green+Blue) = 94+15+64=173 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.34% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0F40 is #A1F0BF. Grayscale: #2C2C2C. Windows color (decimal): -10612928 or 4198238. OLE color: 4198238.

HSL color Cylindrical-coordinate representation of color #5E0F40: hue angle of 322.78º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E0F40 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 15 64 -
CMYK 0 0.84 0.32 0.63
HSL 322.78º 0.72% 0.21% -
HSV(B) 322.78º 0.84% 0.37% -
XYZ 5.71 3.09 5.15 -
YUV 44.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 94 15 64 0 0.84 0.32 0.63 322.78 0.72 0.21
Hex 5E F 40 0 54 20 3F 143 48 15
Octal 136 17 100 0 124 40 77 503 110 25
Binary 1011110 1111 1000000 0 1010100 100000 111111 101000011 1001000 10101

Color Harmonies of #5E0F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0F40

Black with #5E0F40

Text Example


Text Example

White with #5E0F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,15,64); }

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

background-color css

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

 a { background-color: rgb(94,15,64); }

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

border-color css

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

 span { border-color: rgb(94,15,64); }

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