Html Css Color HEX #5A2259 Palatinate Purple

📋 copy color: '#5A2259'

red 90 ◦ green 34 ◦ blue 89

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

Shades of Palatinate Purple #5A2259

Tints of Palatinate Purple #5A2259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.96%

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

R = 42.25%
G = 15.96%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#5A2259 (or 0x5A2259) is known color: Palatinate Purple. HEX triplet: 5A, 22 and 59. RGB value is (90,34,89). Sum of RGB (Red+Green+Blue) = 90+34+89=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2259 is #A5DDA6. Grayscale: #383838. Windows color (decimal): -10870183 or 5841498. OLE color: 5841498.

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

Color convert

RGB 90 34 89 -
CMYK 0 0.62 0.01 0.65
HSL 301.07º 0.45% 0.24% -
HSV(B) 301.07º 0.62% 0.35% -
XYZ 6.59 4.04 9.88 -
YUV 57.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 90 34 89 0 0.62 0.01 0.65 301.07 0.45 0.24
Hex 5A 22 59 0 3E 1 41 12D 2D 18
Octal 132 42 131 0 76 1 101 455 55 30
Binary 1011010 100010 1011001 0 111110 1 1000001 100101101 101101 11000

Color Harmonies of #5A2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2259

Black with #5A2259

Text Example


Text Example

White with #5A2259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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