Html Css Color HEX #59002E Tyrian Purple

📋 copy color: '#59002E'

red 89 ◦ green 0 ◦ blue 46

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

Shades of Tyrian Purple #59002E

Tints of Tyrian Purple #59002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.07%

R = 65.93%
G = 0%
B = 34.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59002E (or 0x59002E) is known color: Tyrian Purple. HEX triplet: 59, 00 and 2E. RGB value is (89,0,46). Sum of RGB (Red+Green+Blue) = 89+0+46=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59002E is #A6FFD1. Grayscale: #1F1F1F. Windows color (decimal): -10944466 or 3014745. OLE color: 3014745.

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

Color convert

RGB 89 0 46 -
CMYK 0 1 0.48 0.65
HSL 328.99º 1% 0.17% -
HSV(B) 328.99º 1% 0.35% -
XYZ 4.61 2.32 2.79 -
YUV 31.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 89 0 46 0 1 0.48 0.65 328.99 1 0.17
Hex 59 0 2E 0 64 30 41 149 64 11
Octal 131 0 56 0 144 60 101 511 144 21
Binary 1011001 0 101110 0 1100100 110000 1000001 101001001 1100100 10001

Color Harmonies of #59002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59002E

Black with #59002E

Text Example


Text Example

White with #59002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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