Html Css Color HEX #59103A Tyrian Purple

📋 copy color: '#59103A'

red 89 ◦ green 16 ◦ blue 58

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

Shades of Tyrian Purple #59103A

Tints of Tyrian Purple #59103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

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

R = 54.6%
G = 9.82%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59103A (or 0x59103A) is known color: Tyrian Purple. HEX triplet: 59, 10 and 3A. RGB value is (89,16,58). Sum of RGB (Red+Green+Blue) = 89+16+58=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #59103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59103A is #A6EFC5. Grayscale: #2A2A2A. Windows color (decimal): -10940358 or 3805273. OLE color: 3805273.

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

Color convert

RGB 89 16 58 -
CMYK 0 0.82 0.35 0.65
HSL 325.48º 0.7% 0.21% -
HSV(B) 325.48º 0.82% 0.35% -
XYZ 5.07 2.8 4.28 -
YUV 42.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 89 16 58 0 0.82 0.35 0.65 325.48 0.7 0.21
Hex 59 10 3A 0 52 23 41 145 46 15
Octal 131 20 72 0 122 43 101 505 106 25
Binary 1011001 10000 111010 0 1010010 100011 1000001 101000101 1000110 10101

Color Harmonies of #59103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59103A

Black with #59103A

Text Example


Text Example

White with #59103A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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