Html Css Color HEX #590255 Tyrian Purple

📋 copy color: '#590255'

red 89 ◦ green 2 ◦ blue 85

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

Shades of Tyrian Purple #590255

Tints of Tyrian Purple #590255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 48.3%

R = 50.57%
G = 1.14%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#590255 (or 0x590255) is known color: Tyrian Purple. HEX triplet: 59, 02 and 55. RGB value is (89,2,85). Sum of RGB (Red+Green+Blue) = 89+2+85=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #590255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590255 is #A6FDAA. Grayscale: #252525. Windows color (decimal): -10943915 or 5571161. OLE color: 5571161.

HSL color Cylindrical-coordinate representation of color #590255: hue angle of 302.76º 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 #590255 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 2 85 -
CMYK 0 0.98 0.04 0.65
HSL 302.76º 0.96% 0.18% -
HSV(B) 302.76º 0.98% 0.35% -
XYZ 5.78 2.82 8.83 -
YUV 37.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 89 2 85 0 0.98 0.04 0.65 302.76 0.96 0.18
Hex 59 2 55 0 62 4 41 12F 60 12
Octal 131 2 125 0 142 4 101 457 140 22
Binary 1011001 10 1010101 0 1100010 100 1000001 100101111 1100000 10010

Color Harmonies of #590255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590255

Black with #590255

Text Example


Text Example

White with #590255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590255; }

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

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

background-color css

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

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

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

border-color css

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

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

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