Html Css Color HEX #5E034B Tyrian Purple

📋 copy color: '#5E034B'

red 94 ◦ green 3 ◦ blue 75

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

Shades of Tyrian Purple #5E034B

Tints of Tyrian Purple #5E034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

 BLUE value IS 75 (29.69% from 255) = 43.6%

R = 54.65%
G = 1.74%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#5E034B (or 0x5E034B) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 4B. RGB value is (94,3,75). Sum of RGB (Red+Green+Blue) = 94+3+75=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E034B is #A1FCB4. Grayscale: #262626. Windows color (decimal): -10615989 or 4916062. OLE color: 4916062.

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

Color convert

RGB 94 3 75 -
CMYK 0 0.97 0.20 0.63
HSL 312.53º 0.94% 0.19% -
HSV(B) 312.53º 0.97% 0.37% -
XYZ 5.92 2.95 6.91 -
YUV 38.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 94 3 75 0 0.97 0.20 0.63 312.53 0.94 0.19
Hex 5E 3 4B 0 61 14 3F 139 5E 13
Octal 136 3 113 0 141 24 77 471 136 23
Binary 1011110 11 1001011 0 1100001 10100 111111 100111001 1011110 10011

Color Harmonies of #5E034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E034B

Black with #5E034B

Text Example


Text Example

White with #5E034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,3,75); }

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

background-color css

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

 a { background-color: rgb(94,3,75); }

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

border-color css

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

 span { border-color: rgb(94,3,75); }

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