Html Css Color HEX #59023A Tyrian Purple

📋 copy color: '#59023A'

red 89 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #59023A

Tints of Tyrian Purple #59023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.34%

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

R = 59.73%
G = 1.34%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59023A (or 0x59023A) is known color: Tyrian Purple. HEX triplet: 59, 02 and 3A. RGB value is (89,2,58). Sum of RGB (Red+Green+Blue) = 89+2+58=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #59023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59023A is #A6FDC5. Grayscale: #222222. Windows color (decimal): -10943942 or 3801689. OLE color: 3801689.

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

Color convert

RGB 89 2 58 -
CMYK 0 0.98 0.35 0.65
HSL 321.38º 0.96% 0.18% -
HSV(B) 321.38º 0.98% 0.35% -
XYZ 4.91 2.47 4.22 -
YUV 34.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 89 2 58 0 0.98 0.35 0.65 321.38 0.96 0.18
Hex 59 2 3A 0 62 23 41 141 60 12
Octal 131 2 72 0 142 43 101 501 140 22
Binary 1011001 10 111010 0 1100010 100011 1000001 101000001 1100000 10010

Color Harmonies of #59023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59023A

Black with #59023A

Text Example


Text Example

White with #59023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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