Html Css Color HEX #590253 Tyrian Purple

📋 copy color: '#590253'

red 89 ◦ green 2 ◦ blue 83

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

Shades of Tyrian Purple #590253

Tints of Tyrian Purple #590253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

 BLUE value IS 83 (32.81% from 255) = 47.7%

R = 51.15%
G = 1.15%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#590253 (or 0x590253) is known color: Tyrian Purple. HEX triplet: 59, 02 and 53. RGB value is (89,2,83). Sum of RGB (Red+Green+Blue) = 89+2+83=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #590253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590253 is #A6FDAC. Grayscale: #252525. Windows color (decimal): -10943917 or 5440089. OLE color: 5440089.

HSL color Cylindrical-coordinate representation of color #590253: hue angle of 304.14º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590253 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 2 83 -
CMYK 0 0.98 0.07 0.65
HSL 304.14º 0.96% 0.18% -
HSV(B) 304.14º 0.98% 0.35% -
XYZ 5.7 2.79 8.42 -
YUV 37.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 89 2 83 0 0.98 0.07 0.65 304.14 0.96 0.18
Hex 59 2 53 0 62 7 41 130 60 12
Octal 131 2 123 0 142 7 101 460 140 22
Binary 1011001 10 1010011 0 1100010 111 1000001 100110000 1100000 10010

Color Harmonies of #590253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590253

Black with #590253

Text Example


Text Example

White with #590253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590253; }

 p { color: rgb(89,2,83); }

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

background-color css

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

 a { background-color: rgb(89,2,83); }

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

border-color css

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

 span { border-color: rgb(89,2,83); }

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