Html Css Color HEX #59123E Tyrian Purple

📋 copy color: '#59123E'

red 89 ◦ green 18 ◦ blue 62

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

Shades of Tyrian Purple #59123E

Tints of Tyrian Purple #59123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.65%

 BLUE value IS 62 (24.61% from 255) = 36.69%

R = 52.66%
G = 10.65%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#59123E (or 0x59123E) is known color: Tyrian Purple. HEX triplet: 59, 12 and 3E. RGB value is (89,18,62). Sum of RGB (Red+Green+Blue) = 89+18+62=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59123E is #A6EDC1. Grayscale: #2C2C2C. Windows color (decimal): -10939842 or 4067929. OLE color: 4067929.

HSL color Cylindrical-coordinate representation of color #59123E: hue angle of 322.82º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59123E is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 62 -
CMYK 0 0.80 0.30 0.65
HSL 322.82º 0.66% 0.21% -
HSV(B) 322.82º 0.8% 0.35% -
XYZ 5.21 2.9 4.84 -
YUV 44.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 89 18 62 0 0.80 0.30 0.65 322.82 0.66 0.21
Hex 59 12 3E 0 50 1E 41 143 42 15
Octal 131 22 76 0 120 36 101 503 102 25
Binary 1011001 10010 111110 0 1010000 11110 1000001 101000011 1000010 10101

Color Harmonies of #59123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59123E

Black with #59123E

Text Example


Text Example

White with #59123E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,18,62); }

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

background-color css

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

 a { background-color: rgb(89,18,62); }

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

border-color css

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

 span { border-color: rgb(89,18,62); }

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