Html Css Color HEX #5A194C Palatinate Purple

📋 copy color: '#5A194C'

red 90 ◦ green 25 ◦ blue 76

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

Shades of Palatinate Purple #5A194C

Tints of Palatinate Purple #5A194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 47.12%
G = 13.09%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#5A194C (or 0x5A194C) is known color: Palatinate Purple. HEX triplet: 5A, 19 and 4C. RGB value is (90,25,76). Sum of RGB (Red+Green+Blue) = 90+25+76=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A194C is #A5E6B3. Grayscale: #323232. Windows color (decimal): -10872500 or 4987226. OLE color: 4987226.

HSL color Cylindrical-coordinate representation of color #5A194C: hue angle of 312.92º 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 #5A194C is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 25 76 -
CMYK 0 0.72 0.16 0.65
HSL 312.92º 0.57% 0.23% -
HSV(B) 312.92º 0.72% 0.35% -
XYZ 5.87 3.39 7.18 -
YUV 50.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 90 25 76 0 0.72 0.16 0.65 312.92 0.57 0.23
Hex 5A 19 4C 0 48 10 41 139 39 17
Octal 132 31 114 0 110 20 101 471 71 27
Binary 1011010 11001 1001100 0 1001000 10000 1000001 100111001 111001 10111

Color Harmonies of #5A194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A194C

Black with #5A194C

Text Example


Text Example

White with #5A194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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