Html Css Color HEX #5A1A51 Palatinate Purple

📋 copy color: '#5A1A51'

red 90 ◦ green 26 ◦ blue 81

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

Shades of Palatinate Purple #5A1A51

Tints of Palatinate Purple #5A1A51

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.2%

 BLUE value IS 81 (32.03% from 255) = 41.12%

R = 45.69%
G = 13.2%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#5A1A51 (or 0x5A1A51) is known color: Palatinate Purple. HEX triplet: 5A, 1A and 51. RGB value is (90,26,81). Sum of RGB (Red+Green+Blue) = 90+26+81=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1A51 is #A5E5AE. Grayscale: #333333. Windows color (decimal): -10872239 or 5315162. OLE color: 5315162.

HSL color Cylindrical-coordinate representation of color #5A1A51: hue angle of 308.44º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A1A51 is Cyan = 0, Magento = 0.71, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 26 81 -
CMYK 0 0.71 0.1 0.65
HSL 308.44º 0.55% 0.23% -
HSV(B) 308.44º 0.71% 0.35% -
XYZ 6.07 3.51 8.14 -
YUV 51.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 90 26 81 0 0.71 0.1 0.65 308.44 0.55 0.23
Hex 5A 1A 51 0 47 A 41 134 37 17
Octal 132 32 121 0 107 12 101 464 67 27
Binary 1011010 11010 1010001 0 1000111 1010 1000001 100110100 110111 10111

Color Harmonies of #5A1A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1A51

Black with #5A1A51

Text Example


Text Example

White with #5A1A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,26,81); }

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

background-color css

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

 a { background-color: rgb(90,26,81); }

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

border-color css

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

 span { border-color: rgb(90,26,81); }

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