Html Css Color HEX #59063C Tyrian Purple

📋 copy color: '#59063C'

red 89 ◦ green 6 ◦ blue 60

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

Shades of Tyrian Purple #59063C

Tints of Tyrian Purple #59063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

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

R = 57.42%
G = 3.87%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#59063C (or 0x59063C) is known color: Tyrian Purple. HEX triplet: 59, 06 and 3C. RGB value is (89,6,60). Sum of RGB (Red+Green+Blue) = 89+6+60=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59063C is #A6F9C3. Grayscale: #242424. Windows color (decimal): -10942916 or 3933785. OLE color: 3933785.

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

Color convert

RGB 89 6 60 -
CMYK 0 0.93 0.33 0.65
HSL 320.96º 0.87% 0.19% -
HSV(B) 320.96º 0.93% 0.35% -
XYZ 5 2.58 4.51 -
YUV 36.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 89 6 60 0 0.93 0.33 0.65 320.96 0.87 0.19
Hex 59 6 3C 0 5D 21 41 141 57 13
Octal 131 6 74 0 135 41 101 501 127 23
Binary 1011001 110 111100 0 1011101 100001 1000001 101000001 1010111 10011

Color Harmonies of #59063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59063C

Black with #59063C

Text Example


Text Example

White with #59063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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