Html Css Color HEX #5D054C Tyrian Purple

📋 copy color: '#5D054C'

red 93 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #5D054C

Tints of Tyrian Purple #5D054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 53.45%
G = 2.87%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5D054C (or 0x5D054C) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 4C. RGB value is (93,5,76). Sum of RGB (Red+Green+Blue) = 93+5+76=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D054C is #A2FAB3. Grayscale: #272727. Windows color (decimal): -10681012 or 4982109. OLE color: 4982109.

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

Color convert

RGB 93 5 76 -
CMYK 0 0.95 0.18 0.64
HSL 311.59º 0.9% 0.19% -
HSV(B) 311.59º 0.95% 0.36% -
XYZ 5.87 2.96 7.1 -
YUV 39.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 93 5 76 0 0.95 0.18 0.64 311.59 0.9 0.19
Hex 5D 5 4C 0 5F 12 40 138 5A 13
Octal 135 5 114 0 137 22 100 470 132 23
Binary 1011101 101 1001100 0 1011111 10010 1000000 100111000 1011010 10011

Color Harmonies of #5D054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D054C

Black with #5D054C

Text Example


Text Example

White with #5D054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,5,76); }

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

background-color css

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

 a { background-color: rgb(93,5,76); }

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

border-color css

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

 span { border-color: rgb(93,5,76); }

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