Html Css Color HEX #59093C Tyrian Purple

📋 copy color: '#59093C'

red 89 ◦ green 9 ◦ blue 60

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

Shades of Tyrian Purple #59093C

Tints of Tyrian Purple #59093C

RGB

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

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

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

R = 56.33%
G = 5.7%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59093C (or 0x59093C) is known color: Tyrian Purple. HEX triplet: 59, 09 and 3C. RGB value is (89,9,60). Sum of RGB (Red+Green+Blue) = 89+9+60=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #59093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59093C is #A6F6C3. Grayscale: #262626. Windows color (decimal): -10942148 or 3934553. OLE color: 3934553.

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

Color convert

RGB 89 9 60 -
CMYK 0 0.90 0.33 0.65
HSL 321.75º 0.82% 0.19% -
HSV(B) 321.75º 0.9% 0.35% -
XYZ 5.03 2.65 4.52 -
YUV 38.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 89 9 60 0 0.90 0.33 0.65 321.75 0.82 0.19
Hex 59 9 3C 0 5A 21 41 142 52 13
Octal 131 11 74 0 132 41 101 502 122 23
Binary 1011001 1001 111100 0 1011010 100001 1000001 101000010 1010010 10011

Color Harmonies of #59093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59093C

Black with #59093C

Text Example


Text Example

White with #59093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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