Html Css Color HEX #590948 Tyrian Purple

📋 copy color: '#590948'

red 89 ◦ green 9 ◦ blue 72

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

Shades of Tyrian Purple #590948

Tints of Tyrian Purple #590948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.29%

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

R = 52.35%
G = 5.29%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#590948 (or 0x590948) is known color: Tyrian Purple. HEX triplet: 59, 09 and 48. RGB value is (89,9,72). Sum of RGB (Red+Green+Blue) = 89+9+72=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #590948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590948 is #A6F6B7. Grayscale: #272727. Windows color (decimal): -10942136 or 4720985. OLE color: 4720985.

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

Color convert

RGB 89 9 72 -
CMYK 0 0.90 0.19 0.65
HSL 312.75º 0.82% 0.19% -
HSV(B) 312.75º 0.9% 0.35% -
XYZ 5.39 2.79 6.38 -
YUV 40.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 89 9 72 0 0.90 0.19 0.65 312.75 0.82 0.19
Hex 59 9 48 0 5A 13 41 139 52 13
Octal 131 11 110 0 132 23 101 471 122 23
Binary 1011001 1001 1001000 0 1011010 10011 1000001 100111001 1010010 10011

Color Harmonies of #590948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590948

Black with #590948

Text Example


Text Example

White with #590948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590948; }

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

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

background-color css

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

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

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

border-color css

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

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

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