Html Css Color HEX #5E0252 Tyrian Purple

📋 copy color: '#5E0252'

red 94 ◦ green 2 ◦ blue 82

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

Shades of Tyrian Purple #5E0252

Tints of Tyrian Purple #5E0252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 52.81%
G = 1.12%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#5E0252 (or 0x5E0252) is known color: Tyrian Purple. HEX triplet: 5E, 02 and 52. RGB value is (94,2,82). Sum of RGB (Red+Green+Blue) = 94+2+82=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0252 is #A1FDAD. Grayscale: #262626. Windows color (decimal): -10616238 or 5374558. OLE color: 5374558.

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

Color convert

RGB 94 2 82 -
CMYK 0 0.98 0.13 0.63
HSL 307.83º 0.96% 0.19% -
HSV(B) 307.83º 0.98% 0.37% -
XYZ 6.16 3.03 8.24 -
YUV 38.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 94 2 82 0 0.98 0.13 0.63 307.83 0.96 0.19
Hex 5E 2 52 0 62 D 3F 134 60 13
Octal 136 2 122 0 142 15 77 464 140 23
Binary 1011110 10 1010010 0 1100010 1101 111111 100110100 1100000 10011

Color Harmonies of #5E0252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0252

Black with #5E0252

Text Example


Text Example

White with #5E0252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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