Html Css Color HEX #5D0251 Tyrian Purple

📋 copy color: '#5D0251'

red 93 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #5D0251

Tints of Tyrian Purple #5D0251

RGB

 RED value IS 93 (36.72% from 255) = 52.84%

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

 BLUE value IS 81 (32.03% from 255) = 46.02%

R = 52.84%
G = 1.14%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#5D0251 (or 0x5D0251) is known color: Tyrian Purple. HEX triplet: 5D, 02 and 51. RGB value is (93,2,81). Sum of RGB (Red+Green+Blue) = 93+2+81=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0251 is #A2FDAE. Grayscale: #252525. Windows color (decimal): -10681775 or 5309021. OLE color: 5309021.

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

Color convert

RGB 93 2 81 -
CMYK 0 0.98 0.13 0.64
HSL 307.91º 0.96% 0.19% -
HSV(B) 307.91º 0.98% 0.36% -
XYZ 6.02 2.96 8.04 -
YUV 38.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 93 2 81 0 0.98 0.13 0.64 307.91 0.96 0.19
Hex 5D 2 51 0 62 D 40 134 60 13
Octal 135 2 121 0 142 15 100 464 140 23
Binary 1011101 10 1010001 0 1100010 1101 1000000 100110100 1100000 10011

Color Harmonies of #5D0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0251

Black with #5D0251

Text Example


Text Example

White with #5D0251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,2,81); }

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

background-color css

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

 a { background-color: rgb(93,2,81); }

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

border-color css

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

 span { border-color: rgb(93,2,81); }

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