Html Css Color HEX #5A2B59 Palatinate Purple

📋 copy color: '#5A2B59'

red 90 ◦ green 43 ◦ blue 89

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

Shades of Palatinate Purple #5A2B59

Tints of Palatinate Purple #5A2B59

RGB

 RED value IS 90 (35.55% from 255) = 40.54%

 GREEN value IS 43 (17.19% from 255) = 19.37%

 BLUE value IS 89 (35.16% from 255) = 40.09%

R = 40.54%
G = 19.37%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A2B59 (or 0x5A2B59) is known color: Palatinate Purple. HEX triplet: 5A, 2B and 59. RGB value is (90,43,89). Sum of RGB (Red+Green+Blue) = 90+43+89=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2B59 is #A5D4A6. Grayscale: #3E3E3E. Windows color (decimal): -10867879 or 5843802. OLE color: 5843802.

HSL color Cylindrical-coordinate representation of color #5A2B59: hue angle of 301.28º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A2B59 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 43 89 -
CMYK 0 0.52 0.01 0.65
HSL 301.28º 0.35% 0.26% -
HSV(B) 301.28º 0.52% 0.35% -
XYZ 6.88 4.62 9.98 -
YUV 62.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 90 43 89 0 0.52 0.01 0.65 301.28 0.35 0.26
Hex 5A 2B 59 0 34 1 41 12D 23 1A
Octal 132 53 131 0 64 1 101 455 43 32
Binary 1011010 101011 1011001 0 110100 1 1000001 100101101 100011 11010

Color Harmonies of #5A2B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2B59

Black with #5A2B59

Text Example


Text Example

White with #5A2B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A2B59; }

 p { color: rgb(90,43,89); }

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

background-color css

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

 a { background-color: rgb(90,43,89); }

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

border-color css

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

 span { border-color: rgb(90,43,89); }

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