Html Css Color HEX #590F62 Palatinate Purple

📋 copy color: '#590F62'

red 89 ◦ green 15 ◦ blue 98

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

Shades of Palatinate Purple #590F62

Tints of Palatinate Purple #590F62

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.43%

 BLUE value IS 98 (38.67% from 255) = 48.51%

R = 44.06%
G = 7.43%
B = 48.51%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590F62 (or 0x590F62) is known color: Palatinate Purple. HEX triplet: 59, 0F and 62. RGB value is (89,15,98). Sum of RGB (Red+Green+Blue) = 89+15+98=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #590F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590F62 is #A6F09D. Grayscale: #2E2E2E. Windows color (decimal): -10940574 or 6426457. OLE color: 6426457.

HSL color Cylindrical-coordinate representation of color #590F62: hue angle of 293.49º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #590F62 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 15 98 -
CMYK 0.09 0.85 0 0.62
HSL 293.49º 0.73% 0.22% -
HSV(B) 293.49º 0.85% 0.38% -
XYZ 6.5 3.35 11.86 -
YUV 46.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 89 15 98 0.09 0.85 0 0.62 293.49 0.73 0.22
Hex 59 F 62 9 55 0 3E 125 49 16
Octal 131 17 142 11 125 0 76 445 111 26
Binary 1011001 1111 1100010 1001 1010101 0 111110 100100101 1001001 10110

Color Harmonies of #590F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F62

Black with #590F62

Text Example


Text Example

White with #590F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590F62; }

 p { color: rgb(89,15,98); }

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

background-color css

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

 a { background-color: rgb(89,15,98); }

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

border-color css

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

 span { border-color: rgb(89,15,98); }

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