Html Css Color HEX #590552 Tyrian Purple

📋 copy color: '#590552'

red 89 ◦ green 5 ◦ blue 82

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

Shades of Tyrian Purple #590552

Tints of Tyrian Purple #590552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

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

R = 50.57%
G = 2.84%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#590552 (or 0x590552) is known color: Tyrian Purple. HEX triplet: 59, 05 and 52. RGB value is (89,5,82). Sum of RGB (Red+Green+Blue) = 89+5+82=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #590552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590552 is #A6FAAD. Grayscale: #262626. Windows color (decimal): -10943150 or 5375321. OLE color: 5375321.

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

Color convert

RGB 89 5 82 -
CMYK 0 0.94 0.08 0.65
HSL 305º 0.89% 0.18% -
HSV(B) 305º 0.94% 0.35% -
XYZ 5.7 2.84 8.23 -
YUV 38.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 89 5 82 0 0.94 0.08 0.65 305 0.89 0.18
Hex 59 5 52 0 5E 8 41 131 59 12
Octal 131 5 122 0 136 10 101 461 131 22
Binary 1011001 101 1010010 0 1011110 1000 1000001 100110001 1011001 10010

Color Harmonies of #590552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590552

Black with #590552

Text Example


Text Example

White with #590552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590552; }

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

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

background-color css

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

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

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

border-color css

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

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

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