Html Css Color HEX #5A0461 Palatinate Purple

📋 copy color: '#5A0461'

red 90 ◦ green 4 ◦ blue 97

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

Shades of Palatinate Purple #5A0461

Tints of Palatinate Purple #5A0461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

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

R = 47.12%
G = 2.09%
B = 50.79%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A0461 (or 0x5A0461) is known color: Palatinate Purple. HEX triplet: 5A, 04 and 61. RGB value is (90,4,97). Sum of RGB (Red+Green+Blue) = 90+4+97=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #5A0461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0461 is #A5FB9E. Grayscale: #282828. Windows color (decimal): -10877855 or 6358106. OLE color: 6358106.

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

Color convert

RGB 90 4 97 -
CMYK 0.07 0.96 0 0.62
HSL 295.48º 0.92% 0.2% -
HSV(B) 295.48º 0.96% 0.38% -
XYZ 6.42 3.12 11.57 -
YUV 40.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 90 4 97 0.07 0.96 0 0.62 295.48 0.92 0.2
Hex 5A 4 61 7 60 0 3E 127 5C 14
Octal 132 4 141 7 140 0 76 447 134 24
Binary 1011010 100 1100001 111 1100000 0 111110 100100111 1011100 10100

Color Harmonies of #5A0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0461

Black with #5A0461

Text Example


Text Example

White with #5A0461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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