Html Css Color HEX #590052 Tyrian Purple

📋 copy color: '#590052'

red 89 ◦ green 0 ◦ blue 82

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

Shades of Tyrian Purple #590052

Tints of Tyrian Purple #590052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.05%
G = 0%
B = 47.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#590052 (or 0x590052) is known color: Tyrian Purple. HEX triplet: 59, 00 and 52. RGB value is (89,0,82). Sum of RGB (Red+Green+Blue) = 89+0+82=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #590052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590052 is #A6FFAD. Grayscale: #232323. Windows color (decimal): -10944430 or 5374041. OLE color: 5374041.

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

Color convert

RGB 89 0 82 -
CMYK 0 1 0.08 0.65
HSL 304.72º 1% 0.17% -
HSV(B) 304.72º 1% 0.35% -
XYZ 5.64 2.73 8.21 -
YUV 35.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 89 0 82 0 1 0.08 0.65 304.72 1 0.17
Hex 59 0 52 0 64 8 41 131 64 11
Octal 131 0 122 0 144 10 101 461 144 21
Binary 1011001 0 1010010 0 1100100 1000 1000001 100110001 1100100 10001

Color Harmonies of #590052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590052

Black with #590052

Text Example


Text Example

White with #590052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590052; }

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

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

background-color css

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

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

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

border-color css

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

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

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