Html Css Color HEX #59002C Tyrian Purple

📋 copy color: '#59002C'

red 89 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #59002C

Tints of Tyrian Purple #59002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.92%
G = 0%
B = 33.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59002C (or 0x59002C) is known color: Tyrian Purple. HEX triplet: 59, 00 and 2C. RGB value is (89,0,44). Sum of RGB (Red+Green+Blue) = 89+0+44=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #59002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59002C is #A6FFD3. Grayscale: #1F1F1F. Windows color (decimal): -10944468 or 2883673. OLE color: 2883673.

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

Color convert

RGB 89 0 44 -
CMYK 0 1 0.51 0.65
HSL 330.34º 1% 0.17% -
HSV(B) 330.34º 1% 0.35% -
XYZ 4.57 2.31 2.59 -
YUV 31.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 89 0 44 0 1 0.51 0.65 330.34 1 0.17
Hex 59 0 2C 0 64 33 41 14A 64 11
Octal 131 0 54 0 144 63 101 512 144 21
Binary 1011001 0 101100 0 1100100 110011 1000001 101001010 1100100 10001

Color Harmonies of #59002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59002C

Black with #59002C

Text Example


Text Example

White with #59002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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