Html Css Color HEX #59003A Tyrian Purple

📋 copy color: '#59003A'

red 89 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #59003A

Tints of Tyrian Purple #59003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 39.46%

R = 60.54%
G = 0%
B = 39.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59003A (or 0x59003A) is known color: Tyrian Purple. HEX triplet: 59, 00 and 3A. RGB value is (89,0,58). Sum of RGB (Red+Green+Blue) = 89+0+58=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #59003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59003A is #A6FFC5. Grayscale: #212121. Windows color (decimal): -10944454 or 3801177. OLE color: 3801177.

HSL color Cylindrical-coordinate representation of color #59003A: hue angle of 320.9º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59003A is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 0 58 -
CMYK 0 1 0.35 0.65
HSL 320.9º 1% 0.17% -
HSV(B) 320.9º 1% 0.35% -
XYZ 4.88 2.43 4.21 -
YUV 33.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 89 0 58 0 1 0.35 0.65 320.9 1 0.17
Hex 59 0 3A 0 64 23 41 141 64 11
Octal 131 0 72 0 144 43 101 501 144 21
Binary 1011001 0 111010 0 1100100 100011 1000001 101000001 1100100 10001

Color Harmonies of #59003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59003A

Black with #59003A

Text Example


Text Example

White with #59003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59003A; }

 p { color: rgb(89,0,58); }

 H1.HeaderClassName
 {
   color: #59003A;
 }
 .AnyTagClassName
 {
   color: #59003A;
 }
</style>

background-color css

<style>
 a { background-color: #59003A; }

 a { background-color: rgb(89,0,58); }

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

border-color css

<style>
 span { border-color: #59003A; }

 span { border-color: rgb(89,0,58); }

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