Html Css Color HEX #5D124B Tyrian Purple

📋 copy color: '#5D124B'

red 93 ◦ green 18 ◦ blue 75

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

Shades of Tyrian Purple #5D124B

Tints of Tyrian Purple #5D124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 75 (29.69% from 255) = 40.32%

R = 50%
G = 9.68%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5D124B (or 0x5D124B) is known color: Tyrian Purple. HEX triplet: 5D, 12 and 4B. RGB value is (93,18,75). Sum of RGB (Red+Green+Blue) = 93+18+75=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D124B is #A2EDB4. Grayscale: #2E2E2E. Windows color (decimal): -10677685 or 4919901. OLE color: 4919901.

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

Color convert

RGB 93 18 75 -
CMYK 0 0.81 0.19 0.64
HSL 314.4º 0.68% 0.22% -
HSV(B) 314.4º 0.81% 0.36% -
XYZ 6 3.27 6.97 -
YUV 46.92 143.85 160.87 -
System Red Green Blue C M Y K H S L
Decimal 93 18 75 0 0.81 0.19 0.64 314.4 0.68 0.22
Hex 5D 12 4B 0 51 13 40 13A 44 16
Octal 135 22 113 0 121 23 100 472 104 26
Binary 1011101 10010 1001011 0 1010001 10011 1000000 100111010 1000100 10110

Color Harmonies of #5D124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D124B

Black with #5D124B

Text Example


Text Example

White with #5D124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,18,75); }

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

background-color css

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

 a { background-color: rgb(93,18,75); }

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

border-color css

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

 span { border-color: rgb(93,18,75); }

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