Html Css Color HEX #5A184C Palatinate Purple

📋 copy color: '#5A184C'

red 90 ◦ green 24 ◦ blue 76

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

Shades of Palatinate Purple #5A184C

Tints of Palatinate Purple #5A184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.63%

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

R = 47.37%
G = 12.63%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#5A184C (or 0x5A184C) is known color: Palatinate Purple. HEX triplet: 5A, 18 and 4C. RGB value is (90,24,76). Sum of RGB (Red+Green+Blue) = 90+24+76=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A184C is #A5E7B3. Grayscale: #313131. Windows color (decimal): -10872756 or 4986970. OLE color: 4986970.

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

Color convert

RGB 90 24 76 -
CMYK 0 0.73 0.16 0.65
HSL 312.73º 0.58% 0.22% -
HSV(B) 312.73º 0.73% 0.35% -
XYZ 5.85 3.35 7.18 -
YUV 49.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 90 24 76 0 0.73 0.16 0.65 312.73 0.58 0.22
Hex 5A 18 4C 0 49 10 41 139 3A 16
Octal 132 30 114 0 111 20 101 471 72 26
Binary 1011010 11000 1001100 0 1001001 10000 1000001 100111001 111010 10110

Color Harmonies of #5A184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A184C

Black with #5A184C

Text Example


Text Example

White with #5A184C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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