Html Css Color HEX #590362 Palatinate Purple

📋 copy color: '#590362'

red 89 ◦ green 3 ◦ blue 98

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

Shades of Palatinate Purple #590362

Tints of Palatinate Purple #590362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

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

R = 46.84%
G = 1.58%
B = 51.58%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#590362 (or 0x590362) is known color: Palatinate Purple. HEX triplet: 59, 03 and 62. RGB value is (89,3,98). Sum of RGB (Red+Green+Blue) = 89+3+98=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #590362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590362 is #A6FC9D. Grayscale: #272727. Windows color (decimal): -10943646 or 6423385. OLE color: 6423385.

HSL color Cylindrical-coordinate representation of color #590362: hue angle of 294.32º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590362 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 3 98 -
CMYK 0.09 0.97 0 0.62
HSL 294.32º 0.94% 0.2% -
HSV(B) 294.32º 0.97% 0.38% -
XYZ 6.36 3.07 11.81 -
YUV 39.54 160.99 163.28 -
System Red Green Blue C M Y K H S L
Decimal 89 3 98 0.09 0.97 0 0.62 294.32 0.94 0.2
Hex 59 3 62 9 61 0 3E 126 5E 14
Octal 131 3 142 11 141 0 76 446 136 24
Binary 1011001 11 1100010 1001 1100001 0 111110 100100110 1011110 10100

Color Harmonies of #590362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590362

Black with #590362

Text Example


Text Example

White with #590362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590362; }

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

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

background-color css

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

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

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

border-color css

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

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

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