Html Css Color HEX #59093A Tyrian Purple

📋 copy color: '#59093A'

red 89 ◦ green 9 ◦ blue 58

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

Shades of Tyrian Purple #59093A

Tints of Tyrian Purple #59093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

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

R = 57.05%
G = 5.77%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59093A (or 0x59093A) is known color: Tyrian Purple. HEX triplet: 59, 09 and 3A. RGB value is (89,9,58). Sum of RGB (Red+Green+Blue) = 89+9+58=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59093A is #A6F6C5. Grayscale: #262626. Windows color (decimal): -10942150 or 3803481. OLE color: 3803481.

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

Color convert

RGB 89 9 58 -
CMYK 0 0.90 0.35 0.65
HSL 323.25º 0.82% 0.19% -
HSV(B) 323.25º 0.9% 0.35% -
XYZ 4.98 2.62 4.25 -
YUV 38.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 89 9 58 0 0.90 0.35 0.65 323.25 0.82 0.19
Hex 59 9 3A 0 5A 23 41 143 52 13
Octal 131 11 72 0 132 43 101 503 122 23
Binary 1011001 1001 111010 0 1011010 100011 1000001 101000011 1010010 10011

Color Harmonies of #59093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59093A

Black with #59093A

Text Example


Text Example

White with #59093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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