Html Css Color HEX #5A144D Palatinate Purple

📋 copy color: '#5A144D'

red 90 ◦ green 20 ◦ blue 77

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

Shades of Palatinate Purple #5A144D

Tints of Palatinate Purple #5A144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 48.13%
G = 10.7%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#5A144D (or 0x5A144D) is known color: Palatinate Purple. HEX triplet: 5A, 14 and 4D. RGB value is (90,20,77). Sum of RGB (Red+Green+Blue) = 90+20+77=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A144D is #A5EBB2. Grayscale: #2F2F2F. Windows color (decimal): -10873779 or 5051482. OLE color: 5051482.

HSL color Cylindrical-coordinate representation of color #5A144D: hue angle of 311.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A144D is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 20 77 -
CMYK 0 0.78 0.14 0.65
HSL 311.14º 0.64% 0.22% -
HSV(B) 311.14º 0.78% 0.35% -
XYZ 5.81 3.21 7.33 -
YUV 47.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 90 20 77 0 0.78 0.14 0.65 311.14 0.64 0.22
Hex 5A 14 4D 0 4E E 41 137 40 16
Octal 132 24 115 0 116 16 101 467 100 26
Binary 1011010 10100 1001101 0 1001110 1110 1000001 100110111 1000000 10110

Color Harmonies of #5A144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A144D

Black with #5A144D

Text Example


Text Example

White with #5A144D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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