Html Css Color HEX #5E0528 Tyrian Purple

📋 copy color: '#5E0528'

red 94 ◦ green 5 ◦ blue 40

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

Shades of Tyrian Purple #5E0528

Tints of Tyrian Purple #5E0528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.6%

 BLUE value IS 40 (16.02% from 255) = 28.78%

R = 67.63%
G = 3.6%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#5E0528 (or 0x5E0528) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 28. RGB value is (94,5,40). Sum of RGB (Red+Green+Blue) = 94+5+40=139 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.63% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0528 is #A1FAD7. Grayscale: #232323. Windows color (decimal): -10615512 or 2622814. OLE color: 2622814.

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

Color convert

RGB 94 5 40 -
CMYK 0 0.95 0.57 0.63
HSL 336.4º 0.9% 0.19% -
HSV(B) 336.4º 0.95% 0.37% -
XYZ 5.05 2.64 2.25 -
YUV 35.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 94 5 40 0 0.95 0.57 0.63 336.4 0.9 0.19
Hex 5E 5 28 0 5F 39 3F 150 5A 13
Octal 136 5 50 0 137 71 77 520 132 23
Binary 1011110 101 101000 0 1011111 111001 111111 101010000 1011010 10011

Color Harmonies of #5E0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0528

Black with #5E0528

Text Example


Text Example

White with #5E0528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,5,40); }

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

background-color css

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

 a { background-color: rgb(94,5,40); }

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

border-color css

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

 span { border-color: rgb(94,5,40); }

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