Html Css Color HEX #591348 Tyrian Purple

📋 copy color: '#591348'

red 89 ◦ green 19 ◦ blue 72

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

Shades of Tyrian Purple #591348

Tints of Tyrian Purple #591348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

 BLUE value IS 72 (28.52% from 255) = 40%

R = 49.44%
G = 10.56%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#591348 (or 0x591348) is known color: Tyrian Purple. HEX triplet: 59, 13 and 48. RGB value is (89,19,72). Sum of RGB (Red+Green+Blue) = 89+19+72=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #591348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591348 is #A6ECB7. Grayscale: #2D2D2D. Windows color (decimal): -10939576 or 4723545. OLE color: 4723545.

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

Color convert

RGB 89 19 72 -
CMYK 0 0.79 0.19 0.65
HSL 314.57º 0.65% 0.21% -
HSV(B) 314.57º 0.79% 0.35% -
XYZ 5.52 3.06 6.43 -
YUV 45.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 89 19 72 0 0.79 0.19 0.65 314.57 0.65 0.21
Hex 59 13 48 0 4F 13 41 13B 41 15
Octal 131 23 110 0 117 23 101 473 101 25
Binary 1011001 10011 1001000 0 1001111 10011 1000001 100111011 1000001 10101

Color Harmonies of #591348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591348

Black with #591348

Text Example


Text Example

White with #591348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591348; }

 p { color: rgb(89,19,72); }

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

background-color css

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

 a { background-color: rgb(89,19,72); }

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

border-color css

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

 span { border-color: rgb(89,19,72); }

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