Html Css Color HEX #5E004C Tyrian Purple

📋 copy color: '#5E004C'

red 94 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #5E004C

Tints of Tyrian Purple #5E004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 44.71%

R = 55.29%
G = 0%
B = 44.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#5E004C (or 0x5E004C) is known color: Tyrian Purple. HEX triplet: 5E, 00 and 4C. RGB value is (94,0,76). Sum of RGB (Red+Green+Blue) = 94+0+76=170 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.29% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 94 - color contains mainly: red. Hex color #5E004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E004C is #A1FFB3. Grayscale: #242424. Windows color (decimal): -10616756 or 4980830. OLE color: 4980830.

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

Color convert

RGB 94 0 76 -
CMYK 0 1 0.19 0.63
HSL 311.49º 1% 0.18% -
HSV(B) 311.49º 1% 0.37% -
XYZ 5.92 2.9 7.09 -
YUV 36.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 94 0 76 0 1 0.19 0.63 311.49 1 0.18
Hex 5E 0 4C 0 64 13 3F 137 64 12
Octal 136 0 114 0 144 23 77 467 144 22
Binary 1011110 0 1001100 0 1100100 10011 111111 100110111 1100100 10010

Color Harmonies of #5E004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E004C

Black with #5E004C

Text Example


Text Example

White with #5E004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,0,76); }

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

background-color css

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

 a { background-color: rgb(94,0,76); }

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

border-color css

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

 span { border-color: rgb(94,0,76); }

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