Html Css Color HEX #59092E Tyrian Purple

📋 copy color: '#59092E'

red 89 ◦ green 9 ◦ blue 46

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

Shades of Tyrian Purple #59092E

Tints of Tyrian Purple #59092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.94%

R = 61.81%
G = 6.25%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#59092E (or 0x59092E) is known color: Tyrian Purple. HEX triplet: 59, 09 and 2E. RGB value is (89,9,46). Sum of RGB (Red+Green+Blue) = 89+9+46=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #59092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59092E is #A6F6D1. Grayscale: #252525. Windows color (decimal): -10942162 or 3017049. OLE color: 3017049.

HSL color Cylindrical-coordinate representation of color #59092E: hue angle of 332.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 #59092E is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 46 -
CMYK 0 0.90 0.48 0.65
HSL 332.25º 0.82% 0.19% -
HSV(B) 332.25º 0.9% 0.35% -
XYZ 4.71 2.52 2.82 -
YUV 37.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 89 9 46 0 0.90 0.48 0.65 332.25 0.82 0.19
Hex 59 9 2E 0 5A 30 41 14C 52 13
Octal 131 11 56 0 132 60 101 514 122 23
Binary 1011001 1001 101110 0 1011010 110000 1000001 101001100 1010010 10011

Color Harmonies of #59092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59092E

Black with #59092E

Text Example


Text Example

White with #59092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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