Html Css Color HEX #5E0952 Tyrian Purple

📋 copy color: '#5E0952'

red 94 ◦ green 9 ◦ blue 82

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

Shades of Tyrian Purple #5E0952

Tints of Tyrian Purple #5E0952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 50.81%
G = 4.86%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#5E0952 (or 0x5E0952) is known color: Tyrian Purple. HEX triplet: 5E, 09 and 52. RGB value is (94,9,82). Sum of RGB (Red+Green+Blue) = 94+9+82=185 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50.81% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0952 is #A1F6AD. Grayscale: #2A2A2A. Windows color (decimal): -10614446 or 5376350. OLE color: 5376350.

HSL color Cylindrical-coordinate representation of color #5E0952: hue angle of 308.47º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0952 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 9 82 -
CMYK 0 0.90 0.13 0.63
HSL 308.47º 0.83% 0.2% -
HSV(B) 308.47º 0.9% 0.37% -
XYZ 6.24 3.18 8.27 -
YUV 42.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 94 9 82 0 0.90 0.13 0.63 308.47 0.83 0.2
Hex 5E 9 52 0 5A D 3F 134 53 14
Octal 136 11 122 0 132 15 77 464 123 24
Binary 1011110 1001 1010010 0 1011010 1101 111111 100110100 1010011 10100

Color Harmonies of #5E0952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0952

Black with #5E0952

Text Example


Text Example

White with #5E0952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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