Html Css Color HEX #5D0648 Tyrian Purple

📋 copy color: '#5D0648'

red 93 ◦ green 6 ◦ blue 72

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

Shades of Tyrian Purple #5D0648

Tints of Tyrian Purple #5D0648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 54.39%
G = 3.51%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5D0648 (or 0x5D0648) is known color: Tyrian Purple. HEX triplet: 5D, 06 and 48. RGB value is (93,6,72). Sum of RGB (Red+Green+Blue) = 93+6+72=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0648 is #A2F9B7. Grayscale: #272727. Windows color (decimal): -10680760 or 4720221. OLE color: 4720221.

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

Color convert

RGB 93 6 72 -
CMYK 0 0.94 0.23 0.64
HSL 314.48º 0.88% 0.19% -
HSV(B) 314.48º 0.94% 0.36% -
XYZ 5.75 2.93 6.39 -
YUV 39.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 93 6 72 0 0.94 0.23 0.64 314.48 0.88 0.19
Hex 5D 6 48 0 5E 17 40 13A 58 13
Octal 135 6 110 0 136 27 100 472 130 23
Binary 1011101 110 1001000 0 1011110 10111 1000000 100111010 1011000 10011

Color Harmonies of #5D0648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0648

Black with #5D0648

Text Example


Text Example

White with #5D0648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,6,72); }

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

background-color css

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

 a { background-color: rgb(93,6,72); }

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

border-color css

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

 span { border-color: rgb(93,6,72); }

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