Html Css Color HEX #590130 Tyrian Purple

📋 copy color: '#590130'

red 89 ◦ green 1 ◦ blue 48

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

Shades of Tyrian Purple #590130

Tints of Tyrian Purple #590130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 48 (19.14% from 255) = 34.78%

R = 64.49%
G = 0.72%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#590130 (or 0x590130) is known color: Tyrian Purple. HEX triplet: 59, 01 and 30. RGB value is (89,1,48). Sum of RGB (Red+Green+Blue) = 89+1+48=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #590130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590130 is #A6FECF. Grayscale: #202020. Windows color (decimal): -10944208 or 3146073. OLE color: 3146073.

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

Color convert

RGB 89 1 48 -
CMYK 0 0.99 0.46 0.65
HSL 327.95º 0.98% 0.18% -
HSV(B) 327.95º 0.99% 0.35% -
XYZ 4.66 2.36 3.01 -
YUV 32.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 89 1 48 0 0.99 0.46 0.65 327.95 0.98 0.18
Hex 59 1 30 0 63 2E 41 148 62 12
Octal 131 1 60 0 143 56 101 510 142 22
Binary 1011001 1 110000 0 1100011 101110 1000001 101001000 1100010 10010

Color Harmonies of #590130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590130

Black with #590130

Text Example


Text Example

White with #590130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590130; }

 p { color: rgb(89,1,48); }

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

background-color css

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

 a { background-color: rgb(89,1,48); }

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

border-color css

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

 span { border-color: rgb(89,1,48); }

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