Html Css Color HEX #5A0260 Palatinate Purple

📋 copy color: '#5A0260'

red 90 ◦ green 2 ◦ blue 96

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

Shades of Palatinate Purple #5A0260

Tints of Palatinate Purple #5A0260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 47.87%
G = 1.06%
B = 51.06%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A0260 (or 0x5A0260) is known color: Palatinate Purple. HEX triplet: 5A, 02 and 60. RGB value is (90,2,96). Sum of RGB (Red+Green+Blue) = 90+2+96=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A0260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0260 is #A5FD9F. Grayscale: #262626. Windows color (decimal): -10878368 or 6292058. OLE color: 6292058.

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

Color convert

RGB 90 2 96 -
CMYK 0.06 0.98 0 0.62
HSL 296.17º 0.96% 0.19% -
HSV(B) 296.17º 0.98% 0.38% -
XYZ 6.35 3.06 11.32 -
YUV 39.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 90 2 96 0.06 0.98 0 0.62 296.17 0.96 0.19
Hex 5A 2 60 6 62 0 3E 128 60 13
Octal 132 2 140 6 142 0 76 450 140 23
Binary 1011010 10 1100000 110 1100010 0 111110 100101000 1100000 10011

Color Harmonies of #5A0260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0260

Black with #5A0260

Text Example


Text Example

White with #5A0260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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