Html Css Color HEX #5A1463 Palatinate Purple

📋 copy color: '#5A1463'

red 90 ◦ green 20 ◦ blue 99

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

Shades of Palatinate Purple #5A1463

Tints of Palatinate Purple #5A1463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.57%

 BLUE value IS 99 (39.06% from 255) = 47.37%

R = 43.06%
G = 9.57%
B = 47.37%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5A1463 (or 0x5A1463) is known color: Palatinate Purple. HEX triplet: 5A, 14 and 63. RGB value is (90,20,99). Sum of RGB (Red+Green+Blue) = 90+20+99=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #5A1463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1463 is #A5EB9C. Grayscale: #313131. Windows color (decimal): -10873757 or 6493274. OLE color: 6493274.

HSL color Cylindrical-coordinate representation of color #5A1463: hue angle of 293.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1463 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 20 99 -
CMYK 0.09 0.80 0 0.61
HSL 293.16º 0.66% 0.23% -
HSV(B) 293.16º 0.8% 0.39% -
XYZ 6.72 3.57 12.14 -
YUV 49.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 90 20 99 0.09 0.80 0 0.61 293.16 0.66 0.23
Hex 5A 14 63 9 50 0 3D 125 42 17
Octal 132 24 143 11 120 0 75 445 102 27
Binary 1011010 10100 1100011 1001 1010000 0 111101 100100101 1000010 10111

Color Harmonies of #5A1463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1463

Black with #5A1463

Text Example


Text Example

White with #5A1463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,20,99); }

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

background-color css

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

 a { background-color: rgb(90,20,99); }

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

border-color css

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

 span { border-color: rgb(90,20,99); }

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