Html Css Color HEX #5A134D Palatinate Purple

📋 copy color: '#5A134D'

red 90 ◦ green 19 ◦ blue 77

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

Shades of Palatinate Purple #5A134D

Tints of Palatinate Purple #5A134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

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

R = 48.39%
G = 10.22%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#5A134D (or 0x5A134D) is known color: Palatinate Purple. HEX triplet: 5A, 13 and 4D. RGB value is (90,19,77). Sum of RGB (Red+Green+Blue) = 90+19+77=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A134D is #A5ECB2. Grayscale: #2E2E2E. Windows color (decimal): -10874035 or 5051226. OLE color: 5051226.

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

Color convert

RGB 90 19 77 -
CMYK 0 0.79 0.14 0.65
HSL 310.99º 0.65% 0.21% -
HSV(B) 310.99º 0.79% 0.35% -
XYZ 5.79 3.18 7.33 -
YUV 46.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 90 19 77 0 0.79 0.14 0.65 310.99 0.65 0.21
Hex 5A 13 4D 0 4F E 41 137 41 15
Octal 132 23 115 0 117 16 101 467 101 25
Binary 1011010 10011 1001101 0 1001111 1110 1000001 100110111 1000001 10101

Color Harmonies of #5A134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A134D

Black with #5A134D

Text Example


Text Example

White with #5A134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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