Html Css Color HEX #5A0E52 Palatinate Purple

📋 copy color: '#5A0E52'

red 90 ◦ green 14 ◦ blue 82

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

Shades of Palatinate Purple #5A0E52

Tints of Palatinate Purple #5A0E52

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.53%

 BLUE value IS 82 (32.42% from 255) = 44.09%

R = 48.39%
G = 7.53%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A0E52 (or 0x5A0E52) is known color: Palatinate Purple. HEX triplet: 5A, 0E and 52. RGB value is (90,14,82). Sum of RGB (Red+Green+Blue) = 90+14+82=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0E52 is #A5F1AD. Grayscale: #2C2C2C. Windows color (decimal): -10875310 or 5377626. OLE color: 5377626.

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

Color convert

RGB 90 14 82 -
CMYK 0 0.84 0.09 0.65
HSL 306.32º 0.73% 0.2% -
HSV(B) 306.32º 0.84% 0.35% -
XYZ 5.9 3.1 8.27 -
YUV 44.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 90 14 82 0 0.84 0.09 0.65 306.32 0.73 0.2
Hex 5A E 52 0 54 9 41 132 49 14
Octal 132 16 122 0 124 11 101 462 111 24
Binary 1011010 1110 1010010 0 1010100 1001 1000001 100110010 1001001 10100

Color Harmonies of #5A0E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E52

Black with #5A0E52

Text Example


Text Example

White with #5A0E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,14,82); }

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

background-color css

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

 a { background-color: rgb(90,14,82); }

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

border-color css

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

 span { border-color: rgb(90,14,82); }

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