Html Css Color HEX #5A0161 Palatinate Purple

📋 copy color: '#5A0161'

red 90 ◦ green 1 ◦ blue 97

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

Shades of Palatinate Purple #5A0161

Tints of Palatinate Purple #5A0161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 97 (38.28% from 255) = 51.6%

R = 47.87%
G = 0.53%
B = 51.6%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A0161 (or 0x5A0161) is known color: Palatinate Purple. HEX triplet: 5A, 01 and 61. RGB value is (90,1,97). Sum of RGB (Red+Green+Blue) = 90+1+97=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 97 (38.28% from 255 or 51.60% from 188); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A0161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0161 is #A5FE9E. Grayscale: #262626. Windows color (decimal): -10878623 or 6357338. OLE color: 6357338.

HSL color Cylindrical-coordinate representation of color #5A0161: hue angle of 295.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0161 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 1 97 -
CMYK 0.07 0.99 0 0.62
HSL 295.63º 0.98% 0.19% -
HSV(B) 295.63º 0.99% 0.38% -
XYZ 6.38 3.06 11.56 -
YUV 38.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 90 1 97 0.07 0.99 0 0.62 295.63 0.98 0.19
Hex 5A 1 61 7 63 0 3E 128 62 13
Octal 132 1 141 7 143 0 76 450 142 23
Binary 1011010 1 1100001 111 1100011 0 111110 100101000 1100010 10011

Color Harmonies of #5A0161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0161

Black with #5A0161

Text Example


Text Example

White with #5A0161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,1,97); }

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

background-color css

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

 a { background-color: rgb(90,1,97); }

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

border-color css

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

 span { border-color: rgb(90,1,97); }

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