Html Css Color HEX #5A0257 Palatinate Purple

📋 copy color: '#5A0257'

red 90 ◦ green 2 ◦ blue 87

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

Shades of Palatinate Purple #5A0257

Tints of Palatinate Purple #5A0257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 48.6%

R = 50.28%
G = 1.12%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#5A0257 (or 0x5A0257) is known color: Palatinate Purple. HEX triplet: 5A, 02 and 57. RGB value is (90,2,87). Sum of RGB (Red+Green+Blue) = 90+2+87=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0257 is #A5FDA8. Grayscale: #252525. Windows color (decimal): -10878377 or 5702234. OLE color: 5702234.

HSL color Cylindrical-coordinate representation of color #5A0257: hue angle of 302.05º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0257 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 2 87 -
CMYK 0 0.98 0.03 0.65
HSL 302.05º 0.96% 0.18% -
HSV(B) 302.05º 0.98% 0.35% -
XYZ 5.96 2.91 9.26 -
YUV 38 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 90 2 87 0 0.98 0.03 0.65 302.05 0.96 0.18
Hex 5A 2 57 0 62 3 41 12E 60 12
Octal 132 2 127 0 142 3 101 456 140 22
Binary 1011010 10 1010111 0 1100010 11 1000001 100101110 1100000 10010

Color Harmonies of #5A0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0257

Black with #5A0257

Text Example


Text Example

White with #5A0257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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