Html Css Color HEX #59002D Tyrian Purple

📋 copy color: '#59002D'

red 89 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #59002D

Tints of Tyrian Purple #59002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 66.42%
G = 0%
B = 33.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59002D (or 0x59002D) is known color: Tyrian Purple. HEX triplet: 59, 00 and 2D. RGB value is (89,0,45). Sum of RGB (Red+Green+Blue) = 89+0+45=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59002D is #A6FFD2. Grayscale: #1F1F1F. Windows color (decimal): -10944467 or 2949209. OLE color: 2949209.

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

Color convert

RGB 89 0 45 -
CMYK 0 1 0.49 0.65
HSL 329.66º 1% 0.17% -
HSV(B) 329.66º 1% 0.35% -
XYZ 4.59 2.31 2.69 -
YUV 31.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 89 0 45 0 1 0.49 0.65 329.66 1 0.17
Hex 59 0 2D 0 64 31 41 14A 64 11
Octal 131 0 55 0 144 61 101 512 144 21
Binary 1011001 0 101101 0 1100100 110001 1000001 101001010 1100100 10001

Color Harmonies of #59002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59002D

Black with #59002D

Text Example


Text Example

White with #59002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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