Html Css Color HEX #590B65 Palatinate Purple

📋 copy color: '#590B65'

red 89 ◦ green 11 ◦ blue 101

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

Shades of Palatinate Purple #590B65

Tints of Palatinate Purple #590B65

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 101 (39.84% from 255) = 50.25%

R = 44.28%
G = 5.47%
B = 50.25%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#590B65 (or 0x590B65) is known color: Palatinate Purple. HEX triplet: 59, 0B and 65. RGB value is (89,11,101). Sum of RGB (Red+Green+Blue) = 89+11+101=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #590B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B65 is #A6F49A. Grayscale: #2C2C2C. Windows color (decimal): -10941595 or 6622041. OLE color: 6622041.

HSL color Cylindrical-coordinate representation of color #590B65: hue angle of 292º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590B65 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 11 101 -
CMYK 0.12 0.89 0 0.60
HSL 292º 0.8% 0.22% -
HSV(B) 292º 0.89% 0.4% -
XYZ 6.59 3.3 12.6 -
YUV 44.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 89 11 101 0.12 0.89 0 0.60 292 0.8 0.22
Hex 59 B 65 C 59 0 3C 124 50 16
Octal 131 13 145 14 131 0 74 444 120 26
Binary 1011001 1011 1100101 1100 1011001 0 111100 100100100 1010000 10110

Color Harmonies of #590B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590B65

Black with #590B65

Text Example


Text Example

White with #590B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,11,101); }

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

background-color css

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

 a { background-color: rgb(89,11,101); }

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

border-color css

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

 span { border-color: rgb(89,11,101); }

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