Html Css Color HEX #5A0D56 Palatinate Purple

📋 copy color: '#5A0D56'

red 90 ◦ green 13 ◦ blue 86

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

Shades of Palatinate Purple #5A0D56

Tints of Palatinate Purple #5A0D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.88%

 BLUE value IS 86 (33.98% from 255) = 45.5%

R = 47.62%
G = 6.88%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#5A0D56 (or 0x5A0D56) is known color: Palatinate Purple. HEX triplet: 5A, 0D and 56. RGB value is (90,13,86). Sum of RGB (Red+Green+Blue) = 90+13+86=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0D56 is #A5F2A9. Grayscale: #2C2C2C. Windows color (decimal): -10875562 or 5639514. OLE color: 5639514.

HSL color Cylindrical-coordinate representation of color #5A0D56: hue angle of 303.12º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0D56 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 13 86 -
CMYK 0 0.86 0.04 0.65
HSL 303.12º 0.75% 0.2% -
HSV(B) 303.12º 0.86% 0.35% -
XYZ 6.04 3.13 9.09 -
YUV 44.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 90 13 86 0 0.86 0.04 0.65 303.12 0.75 0.2
Hex 5A D 56 0 56 4 41 12F 4B 14
Octal 132 15 126 0 126 4 101 457 113 24
Binary 1011010 1101 1010110 0 1010110 100 1000001 100101111 1001011 10100

Color Harmonies of #5A0D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0D56

Black with #5A0D56

Text Example


Text Example

White with #5A0D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,13,86); }

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

background-color css

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

 a { background-color: rgb(90,13,86); }

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

border-color css

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

 span { border-color: rgb(90,13,86); }

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