Html Css Color HEX #5A204F Palatinate Purple

📋 copy color: '#5A204F'

red 90 ◦ green 32 ◦ blue 79

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

Shades of Palatinate Purple #5A204F

Tints of Palatinate Purple #5A204F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 44.78%
G = 15.92%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#5A204F (or 0x5A204F) is known color: Palatinate Purple. HEX triplet: 5A, 20 and 4F. RGB value is (90,32,79). Sum of RGB (Red+Green+Blue) = 90+32+79=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A204F is #A5DFB0. Grayscale: #363636. Windows color (decimal): -10870705 or 5185626. OLE color: 5185626.

HSL color Cylindrical-coordinate representation of color #5A204F: hue angle of 311.38º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A204F is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 32 79 -
CMYK 0 0.64 0.12 0.65
HSL 311.38º 0.48% 0.24% -
HSV(B) 311.38º 0.64% 0.35% -
XYZ 6.14 3.77 7.8 -
YUV 54.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 90 32 79 0 0.64 0.12 0.65 311.38 0.48 0.24
Hex 5A 20 4F 0 40 C 41 137 30 18
Octal 132 40 117 0 100 14 101 467 60 30
Binary 1011010 100000 1001111 0 1000000 1100 1000001 100110111 110000 11000

Color Harmonies of #5A204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A204F

Black with #5A204F

Text Example


Text Example

White with #5A204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,32,79); }

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

background-color css

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

 a { background-color: rgb(90,32,79); }

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

border-color css

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

 span { border-color: rgb(90,32,79); }

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