Html Css Color HEX #59023C Tyrian Purple

📋 copy color: '#59023C'

red 89 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #59023C

Tints of Tyrian Purple #59023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 39.74%

R = 58.94%
G = 1.32%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59023C (or 0x59023C) is known color: Tyrian Purple. HEX triplet: 59, 02 and 3C. RGB value is (89,2,60). Sum of RGB (Red+Green+Blue) = 89+2+60=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59023C is #A6FDC3. Grayscale: #222222. Windows color (decimal): -10943940 or 3932761. OLE color: 3932761.

HSL color Cylindrical-coordinate representation of color #59023C: hue angle of 320º 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 #59023C is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 2 60 -
CMYK 0 0.98 0.33 0.65
HSL 320º 0.96% 0.18% -
HSV(B) 320º 0.98% 0.35% -
XYZ 4.96 2.49 4.49 -
YUV 34.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 89 2 60 0 0.98 0.33 0.65 320 0.96 0.18
Hex 59 2 3C 0 62 21 41 140 60 12
Octal 131 2 74 0 142 41 101 500 140 22
Binary 1011001 10 111100 0 1100010 100001 1000001 101000000 1100000 10010

Color Harmonies of #59023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59023C

Black with #59023C

Text Example


Text Example

White with #59023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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