Html Css Color HEX #590034 Tyrian Purple

📋 copy color: '#590034'

red 89 ◦ green 0 ◦ blue 52

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

Shades of Tyrian Purple #590034

Tints of Tyrian Purple #590034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.88%

R = 63.12%
G = 0%
B = 36.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#590034 (or 0x590034) is known color: Tyrian Purple. HEX triplet: 59, 00 and 34. RGB value is (89,0,52). Sum of RGB (Red+Green+Blue) = 89+0+52=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #590034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590034 is #A6FFCB. Grayscale: #202020. Windows color (decimal): -10944460 or 3407961. OLE color: 3407961.

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

Color convert

RGB 89 0 52 -
CMYK 0 1 0.42 0.65
HSL 324.94º 1% 0.17% -
HSV(B) 324.94º 1% 0.35% -
XYZ 4.74 2.37 3.46 -
YUV 32.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 89 0 52 0 1 0.42 0.65 324.94 1 0.17
Hex 59 0 34 0 64 2A 41 145 64 11
Octal 131 0 64 0 144 52 101 505 144 21
Binary 1011001 0 110100 0 1100100 101010 1000001 101000101 1100100 10001

Color Harmonies of #590034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590034

Black with #590034

Text Example


Text Example

White with #590034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590034; }

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

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

background-color css

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

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

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

border-color css

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

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

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