Html Css Color HEX #59003B Tyrian Purple

📋 copy color: '#59003B'

red 89 ◦ green 0 ◦ blue 59

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

Shades of Tyrian Purple #59003B

Tints of Tyrian Purple #59003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 39.86%

R = 60.14%
G = 0%
B = 39.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#59003B (or 0x59003B) is known color: Tyrian Purple. HEX triplet: 59, 00 and 3B. RGB value is (89,0,59). Sum of RGB (Red+Green+Blue) = 89+0+59=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 59 (23.44% from 255 or 39.86% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #59003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59003B is #A6FFC4. Grayscale: #212121. Windows color (decimal): -10944453 or 3866713. OLE color: 3866713.

HSL color Cylindrical-coordinate representation of color #59003B: hue angle of 320.22º 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 #59003B is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 0 59 -
CMYK 0 1 0.34 0.65
HSL 320.22º 1% 0.17% -
HSV(B) 320.22º 1% 0.35% -
XYZ 4.91 2.44 4.35 -
YUV 33.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 89 0 59 0 1 0.34 0.65 320.22 1 0.17
Hex 59 0 3B 0 64 22 41 140 64 11
Octal 131 0 73 0 144 42 101 500 144 21
Binary 1011001 0 111011 0 1100100 100010 1000001 101000000 1100100 10001

Color Harmonies of #59003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59003B

Black with #59003B

Text Example


Text Example

White with #59003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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