Html Css Color HEX #59053D Tyrian Purple

📋 copy color: '#59053D'

red 89 ◦ green 5 ◦ blue 61

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

Shades of Tyrian Purple #59053D

Tints of Tyrian Purple #59053D

RGB

 RED value IS 89 (35.16% from 255) = 57.42%

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

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 57.42%
G = 3.23%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#59053D (or 0x59053D) is known color: Tyrian Purple. HEX triplet: 59, 05 and 3D. RGB value is (89,5,61). Sum of RGB (Red+Green+Blue) = 89+5+61=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59053D is #A6FAC2. Grayscale: #242424. Windows color (decimal): -10943171 or 3999065. OLE color: 3999065.

HSL color Cylindrical-coordinate representation of color #59053D: hue angle of 320º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59053D is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 5 61 -
CMYK 0 0.94 0.31 0.65
HSL 320º 0.89% 0.18% -
HSV(B) 320º 0.94% 0.35% -
XYZ 5.02 2.57 4.65 -
YUV 36.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 89 5 61 0 0.94 0.31 0.65 320 0.89 0.18
Hex 59 5 3D 0 5E 1F 41 140 59 12
Octal 131 5 75 0 136 37 101 500 131 22
Binary 1011001 101 111101 0 1011110 11111 1000001 101000000 1011001 10010

Color Harmonies of #59053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59053D

Black with #59053D

Text Example


Text Example

White with #59053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59053D; }

 p { color: rgb(89,5,61); }

 H1.HeaderClassName
 {
   color: #59053D;
 }
 .AnyTagClassName
 {
   color: #59053D;
 }
</style>

background-color css

<style>
 a { background-color: #59053D; }

 a { background-color: rgb(89,5,61); }

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

border-color css

<style>
 span { border-color: #59053D; }

 span { border-color: rgb(89,5,61); }

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