Html Css Color HEX #5A194E Palatinate Purple

📋 copy color: '#5A194E'

red 90 ◦ green 25 ◦ blue 78

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

Shades of Palatinate Purple #5A194E

Tints of Palatinate Purple #5A194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 46.63%
G = 12.95%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#5A194E (or 0x5A194E) is known color: Palatinate Purple. HEX triplet: 5A, 19 and 4E. RGB value is (90,25,78). Sum of RGB (Red+Green+Blue) = 90+25+78=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A194E is #A5E6B1. Grayscale: #323232. Windows color (decimal): -10872498 or 5118298. OLE color: 5118298.

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

Color convert

RGB 90 25 78 -
CMYK 0 0.72 0.13 0.65
HSL 311.08º 0.57% 0.23% -
HSV(B) 311.08º 0.72% 0.35% -
XYZ 5.94 3.42 7.55 -
YUV 50.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 90 25 78 0 0.72 0.13 0.65 311.08 0.57 0.23
Hex 5A 19 4E 0 48 D 41 137 39 17
Octal 132 31 116 0 110 15 101 467 71 27
Binary 1011010 11001 1001110 0 1001000 1101 1000001 100110111 111001 10111

Color Harmonies of #5A194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A194E

Black with #5A194E

Text Example


Text Example

White with #5A194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,25,78); }

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

background-color css

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

 a { background-color: rgb(90,25,78); }

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

border-color css

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

 span { border-color: rgb(90,25,78); }

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