Html Css Color HEX #590252 Tyrian Purple

📋 copy color: '#590252'

red 89 ◦ green 2 ◦ blue 82

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

Shades of Tyrian Purple #590252

Tints of Tyrian Purple #590252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.4%

R = 51.45%
G = 1.16%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#590252 (or 0x590252) is known color: Tyrian Purple. HEX triplet: 59, 02 and 52. RGB value is (89,2,82). Sum of RGB (Red+Green+Blue) = 89+2+82=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #590252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590252 is #A6FDAD. Grayscale: #242424. Windows color (decimal): -10943918 or 5374553. OLE color: 5374553.

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

Color convert

RGB 89 2 82 -
CMYK 0 0.98 0.08 0.65
HSL 304.83º 0.96% 0.18% -
HSV(B) 304.83º 0.98% 0.35% -
XYZ 5.66 2.78 8.22 -
YUV 37.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 89 2 82 0 0.98 0.08 0.65 304.83 0.96 0.18
Hex 59 2 52 0 62 8 41 131 60 12
Octal 131 2 122 0 142 10 101 461 140 22
Binary 1011001 10 1010010 0 1100010 1000 1000001 100110001 1100000 10010

Color Harmonies of #590252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590252

Black with #590252

Text Example


Text Example

White with #590252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590252; }

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

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

background-color css

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

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

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

border-color css

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

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

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