Html Css Color HEX #5E0832 Tyrian Purple

📋 copy color: '#5E0832'

red 94 ◦ green 8 ◦ blue 50

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

Shades of Tyrian Purple #5E0832

Tints of Tyrian Purple #5E0832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

 BLUE value IS 50 (19.92% from 255) = 32.89%

R = 61.84%
G = 5.26%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#5E0832 (or 0x5E0832) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 32. RGB value is (94,8,50). Sum of RGB (Red+Green+Blue) = 94+8+50=152 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.84% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0832 is #A1F7CD. Grayscale: #262626. Windows color (decimal): -10614734 or 3278942. OLE color: 3278942.

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

Color convert

RGB 94 8 50 -
CMYK 0 0.91 0.47 0.63
HSL 330.7º 0.84% 0.2% -
HSV(B) 330.7º 0.91% 0.37% -
XYZ 5.28 2.78 3.28 -
YUV 38.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 94 8 50 0 0.91 0.47 0.63 330.7 0.84 0.2
Hex 5E 8 32 0 5B 2F 3F 14B 54 14
Octal 136 10 62 0 133 57 77 513 124 24
Binary 1011110 1000 110010 0 1011011 101111 111111 101001011 1010100 10100

Color Harmonies of #5E0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0832

Black with #5E0832

Text Example


Text Example

White with #5E0832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,8,50); }

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

background-color css

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

 a { background-color: rgb(94,8,50); }

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

border-color css

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

 span { border-color: rgb(94,8,50); }

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