Html Css Color HEX #591235 Tyrian Purple

📋 copy color: '#591235'

red 89 ◦ green 18 ◦ blue 53

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

Shades of Tyrian Purple #591235

Tints of Tyrian Purple #591235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.25%

 BLUE value IS 53 (21.09% from 255) = 33.13%

R = 55.63%
G = 11.25%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#591235 (or 0x591235) is known color: Tyrian Purple. HEX triplet: 59, 12 and 35. RGB value is (89,18,53). Sum of RGB (Red+Green+Blue) = 89+18+53=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #591235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591235 is #A6EDCA. Grayscale: #2B2B2B. Windows color (decimal): -10939851 or 3478105. OLE color: 3478105.

HSL color Cylindrical-coordinate representation of color #591235: hue angle of 330.42º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591235 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 53 -
CMYK 0 0.80 0.40 0.65
HSL 330.42º 0.66% 0.21% -
HSV(B) 330.42º 0.8% 0.35% -
XYZ 4.98 2.81 3.65 -
YUV 43.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 89 18 53 0 0.80 0.40 0.65 330.42 0.66 0.21
Hex 59 12 35 0 50 28 41 14A 42 15
Octal 131 22 65 0 120 50 101 512 102 25
Binary 1011001 10010 110101 0 1010000 101000 1000001 101001010 1000010 10101

Color Harmonies of #591235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591235

Black with #591235

Text Example


Text Example

White with #591235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591235; }

 p { color: rgb(89,18,53); }

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

background-color css

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

 a { background-color: rgb(89,18,53); }

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

border-color css

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

 span { border-color: rgb(89,18,53); }

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