Html Css Color HEX #5A0460 Palatinate Purple

📋 copy color: '#5A0460'

red 90 ◦ green 4 ◦ blue 96

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

Shades of Palatinate Purple #5A0460

Tints of Palatinate Purple #5A0460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 50.53%

R = 47.37%
G = 2.11%
B = 50.53%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A0460 (or 0x5A0460) is known color: Palatinate Purple. HEX triplet: 5A, 04 and 60. RGB value is (90,4,96). Sum of RGB (Red+Green+Blue) = 90+4+96=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0460 is #A5FB9F. Grayscale: #272727. Windows color (decimal): -10877856 or 6292570. OLE color: 6292570.

HSL color Cylindrical-coordinate representation of color #5A0460: hue angle of 296.09º 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 #5A0460 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 4 96 -
CMYK 0.06 0.96 0 0.62
HSL 296.09º 0.92% 0.2% -
HSV(B) 296.09º 0.96% 0.38% -
XYZ 6.37 3.11 11.33 -
YUV 40.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 90 4 96 0.06 0.96 0 0.62 296.09 0.92 0.2
Hex 5A 4 60 6 60 0 3E 128 5C 14
Octal 132 4 140 6 140 0 76 450 134 24
Binary 1011010 100 1100000 110 1100000 0 111110 100101000 1011100 10100

Color Harmonies of #5A0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0460

Black with #5A0460

Text Example


Text Example

White with #5A0460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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