Html Css Color HEX #590B5C Palatinate Purple

📋 copy color: '#590B5C'

red 89 ◦ green 11 ◦ blue 92

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

Shades of Palatinate Purple #590B5C

Tints of Palatinate Purple #590B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 47.92%

R = 46.35%
G = 5.73%
B = 47.92%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#590B5C (or 0x590B5C) is known color: Palatinate Purple. HEX triplet: 59, 0B and 5C. RGB value is (89,11,92). Sum of RGB (Red+Green+Blue) = 89+11+92=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #590B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590B5C is #A6F4A3. Grayscale: #2B2B2B. Windows color (decimal): -10941604 or 6032217. OLE color: 6032217.

HSL color Cylindrical-coordinate representation of color #590B5C: hue angle of 297.78º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B5C is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 11 92 -
CMYK 0.03 0.88 0 0.64
HSL 297.78º 0.79% 0.2% -
HSV(B) 297.78º 0.88% 0.36% -
XYZ 6.17 3.14 10.41 -
YUV 43.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 89 11 92 0.03 0.88 0 0.64 297.78 0.79 0.2
Hex 59 B 5C 3 58 0 40 12A 4F 14
Octal 131 13 134 3 130 0 100 452 117 24
Binary 1011001 1011 1011100 11 1011000 0 1000000 100101010 1001111 10100

Color Harmonies of #590B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590B5C

Black with #590B5C

Text Example


Text Example

White with #590B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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