Html Css Color HEX #5A1D4E Palatinate Purple

📋 copy color: '#5A1D4E'

red 90 ◦ green 29 ◦ blue 78

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

Shades of Palatinate Purple #5A1D4E

Tints of Palatinate Purple #5A1D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.72%

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

R = 45.69%
G = 14.72%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#5A1D4E (or 0x5A1D4E) is known color: Palatinate Purple. HEX triplet: 5A, 1D and 4E. RGB value is (90,29,78). Sum of RGB (Red+Green+Blue) = 90+29+78=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1D4E is #A5E2B1. Grayscale: #343434. Windows color (decimal): -10871474 or 5119322. OLE color: 5119322.

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

Color convert

RGB 90 29 78 -
CMYK 0 0.68 0.13 0.65
HSL 311.8º 0.51% 0.23% -
HSV(B) 311.8º 0.68% 0.35% -
XYZ 6.03 3.6 7.59 -
YUV 52.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 90 29 78 0 0.68 0.13 0.65 311.8 0.51 0.23
Hex 5A 1D 4E 0 44 D 41 138 33 17
Octal 132 35 116 0 104 15 101 470 63 27
Binary 1011010 11101 1001110 0 1000100 1101 1000001 100111000 110011 10111

Color Harmonies of #5A1D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1D4E

Black with #5A1D4E

Text Example


Text Example

White with #5A1D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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