Html Css Color HEX #59052D Tyrian Purple

📋 copy color: '#59052D'

red 89 ◦ green 5 ◦ blue 45

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

Shades of Tyrian Purple #59052D

Tints of Tyrian Purple #59052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.37%

R = 64.03%
G = 3.6%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59052D (or 0x59052D) is known color: Tyrian Purple. HEX triplet: 59, 05 and 2D. RGB value is (89,5,45). Sum of RGB (Red+Green+Blue) = 89+5+45=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59052D is #A6FAD2. Grayscale: #222222. Windows color (decimal): -10943187 or 2950489. OLE color: 2950489.

HSL color Cylindrical-coordinate representation of color #59052D: hue angle of 331.43º 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 #59052D is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 5 45 -
CMYK 0 0.94 0.49 0.65
HSL 331.43º 0.89% 0.18% -
HSV(B) 331.43º 0.94% 0.35% -
XYZ 4.65 2.42 2.71 -
YUV 34.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 89 5 45 0 0.94 0.49 0.65 331.43 0.89 0.18
Hex 59 5 2D 0 5E 31 41 14B 59 12
Octal 131 5 55 0 136 61 101 513 131 22
Binary 1011001 101 101101 0 1011110 110001 1000001 101001011 1011001 10010

Color Harmonies of #59052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59052D

Black with #59052D

Text Example


Text Example

White with #59052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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