Html Css Color HEX #59012C Tyrian Purple

📋 copy color: '#59012C'

red 89 ◦ green 1 ◦ blue 44

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

Shades of Tyrian Purple #59012C

Tints of Tyrian Purple #59012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

 BLUE value IS 44 (17.58% from 255) = 32.84%

R = 66.42%
G = 0.75%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59012C (or 0x59012C) is known color: Tyrian Purple. HEX triplet: 59, 01 and 2C. RGB value is (89,1,44). Sum of RGB (Red+Green+Blue) = 89+1+44=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59012C is #A6FED3. Grayscale: #202020. Windows color (decimal): -10944212 or 2883929. OLE color: 2883929.

HSL color Cylindrical-coordinate representation of color #59012C: hue angle of 330.68º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59012C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 44 -
CMYK 0 0.99 0.51 0.65
HSL 330.68º 0.98% 0.18% -
HSV(B) 330.68º 0.99% 0.35% -
XYZ 4.59 2.33 2.59 -
YUV 32.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 89 1 44 0 0.99 0.51 0.65 330.68 0.98 0.18
Hex 59 1 2C 0 63 33 41 14B 62 12
Octal 131 1 54 0 143 63 101 513 142 22
Binary 1011001 1 101100 0 1100011 110011 1000001 101001011 1100010 10010

Color Harmonies of #59012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59012C

Black with #59012C

Text Example


Text Example

White with #59012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,1,44); }

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

background-color css

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

 a { background-color: rgb(89,1,44); }

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

border-color css

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

 span { border-color: rgb(89,1,44); }

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