Html Css Color HEX #5E0852 Tyrian Purple

📋 copy color: '#5E0852'

red 94 ◦ green 8 ◦ blue 82

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

Shades of Tyrian Purple #5E0852

Tints of Tyrian Purple #5E0852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 51.09%
G = 4.35%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#5E0852 (or 0x5E0852) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 52. RGB value is (94,8,82). Sum of RGB (Red+Green+Blue) = 94+8+82=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0852 is #A1F7AD. Grayscale: #292929. Windows color (decimal): -10614702 or 5376094. OLE color: 5376094.

HSL color Cylindrical-coordinate representation of color #5E0852: hue angle of 308.37º 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 #5E0852 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 8 82 -
CMYK 0 0.91 0.13 0.63
HSL 308.37º 0.84% 0.2% -
HSV(B) 308.37º 0.91% 0.37% -
XYZ 6.23 3.16 8.26 -
YUV 42.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 94 8 82 0 0.91 0.13 0.63 308.37 0.84 0.2
Hex 5E 8 52 0 5B D 3F 134 54 14
Octal 136 10 122 0 133 15 77 464 124 24
Binary 1011110 1000 1010010 0 1011011 1101 111111 100110100 1010100 10100

Color Harmonies of #5E0852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0852

Black with #5E0852

Text Example


Text Example

White with #5E0852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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