Html Css Color HEX #5A134E Palatinate Purple

📋 copy color: '#5A134E'

red 90 ◦ green 19 ◦ blue 78

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

Shades of Palatinate Purple #5A134E

Tints of Palatinate Purple #5A134E

RGB

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

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

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

R = 48.13%
G = 10.16%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#5A134E (or 0x5A134E) is known color: Palatinate Purple. HEX triplet: 5A, 13 and 4E. RGB value is (90,19,78). Sum of RGB (Red+Green+Blue) = 90+19+78=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A134E is #A5ECB1. Grayscale: #2E2E2E. Windows color (decimal): -10874034 or 5116762. OLE color: 5116762.

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

Color convert

RGB 90 19 78 -
CMYK 0 0.79 0.13 0.65
HSL 310.14º 0.65% 0.21% -
HSV(B) 310.14º 0.79% 0.35% -
XYZ 5.82 3.19 7.52 -
YUV 46.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 90 19 78 0 0.79 0.13 0.65 310.14 0.65 0.21
Hex 5A 13 4E 0 4F D 41 136 41 15
Octal 132 23 116 0 117 15 101 466 101 25
Binary 1011010 10011 1001110 0 1001111 1101 1000001 100110110 1000001 10101

Color Harmonies of #5A134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A134E

Black with #5A134E

Text Example


Text Example

White with #5A134E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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