Html Css Color HEX #59052C Tyrian Purple

📋 copy color: '#59052C'

red 89 ◦ green 5 ◦ blue 44

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

Shades of Tyrian Purple #59052C

Tints of Tyrian Purple #59052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.62%

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

R = 64.49%
G = 3.62%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59052C (or 0x59052C) is known color: Tyrian Purple. HEX triplet: 59, 05 and 2C. RGB value is (89,5,44). Sum of RGB (Red+Green+Blue) = 89+5+44=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59052C is #A6FAD3. Grayscale: #222222. Windows color (decimal): -10943188 or 2884953. OLE color: 2884953.

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

Color convert

RGB 89 5 44 -
CMYK 0 0.94 0.51 0.65
HSL 332.14º 0.89% 0.18% -
HSV(B) 332.14º 0.94% 0.35% -
XYZ 4.63 2.41 2.6 -
YUV 34.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 89 5 44 0 0.94 0.51 0.65 332.14 0.89 0.18
Hex 59 5 2C 0 5E 33 41 14C 59 12
Octal 131 5 54 0 136 63 101 514 131 22
Binary 1011001 101 101100 0 1011110 110011 1000001 101001100 1011001 10010

Color Harmonies of #59052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59052C

Black with #59052C

Text Example


Text Example

White with #59052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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