Html Css Color HEX #59073C Tyrian Purple

📋 copy color: '#59073C'

red 89 ◦ green 7 ◦ blue 60

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

Shades of Tyrian Purple #59073C

Tints of Tyrian Purple #59073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

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

R = 57.05%
G = 4.49%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59073C (or 0x59073C) is known color: Tyrian Purple. HEX triplet: 59, 07 and 3C. RGB value is (89,7,60). Sum of RGB (Red+Green+Blue) = 89+7+60=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59073C is #A6F8C3. Grayscale: #252525. Windows color (decimal): -10942660 or 3934041. OLE color: 3934041.

HSL color Cylindrical-coordinate representation of color #59073C: hue angle of 321.22º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59073C is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 7 60 -
CMYK 0 0.92 0.33 0.65
HSL 321.22º 0.85% 0.19% -
HSV(B) 321.22º 0.92% 0.35% -
XYZ 5.01 2.6 4.51 -
YUV 37.56 140.67 164.69 -
System Red Green Blue C M Y K H S L
Decimal 89 7 60 0 0.92 0.33 0.65 321.22 0.85 0.19
Hex 59 7 3C 0 5C 21 41 141 55 13
Octal 131 7 74 0 134 41 101 501 125 23
Binary 1011001 111 111100 0 1011100 100001 1000001 101000001 1010101 10011

Color Harmonies of #59073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59073C

Black with #59073C

Text Example


Text Example

White with #59073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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