Html Css Color HEX #591442 Tyrian Purple

📋 copy color: '#591442'

red 89 ◦ green 20 ◦ blue 66

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

Shades of Tyrian Purple #591442

Tints of Tyrian Purple #591442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 66 (26.17% from 255) = 37.71%

R = 50.86%
G = 11.43%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#591442 (or 0x591442) is known color: Tyrian Purple. HEX triplet: 59, 14 and 42. RGB value is (89,20,66). Sum of RGB (Red+Green+Blue) = 89+20+66=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #591442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591442 is #A6EBBD. Grayscale: #2D2D2D. Windows color (decimal): -10939326 or 4330585. OLE color: 4330585.

HSL color Cylindrical-coordinate representation of color #591442: hue angle of 320º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591442 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 20 66 -
CMYK 0 0.78 0.26 0.65
HSL 320º 0.63% 0.21% -
HSV(B) 320º 0.78% 0.35% -
XYZ 5.35 3.02 5.45 -
YUV 45.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 89 20 66 0 0.78 0.26 0.65 320 0.63 0.21
Hex 59 14 42 0 4E 1A 41 140 3F 15
Octal 131 24 102 0 116 32 101 500 77 25
Binary 1011001 10100 1000010 0 1001110 11010 1000001 101000000 111111 10101

Color Harmonies of #591442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591442

Black with #591442

Text Example


Text Example

White with #591442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591442; }

 p { color: rgb(89,20,66); }

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

background-color css

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

 a { background-color: rgb(89,20,66); }

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

border-color css

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

 span { border-color: rgb(89,20,66); }

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