Html Css Color HEX #5A3057 Palatinate Purple

📋 copy color: '#5A3057'

red 90 ◦ green 48 ◦ blue 87

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

Shades of Palatinate Purple #5A3057

Tints of Palatinate Purple #5A3057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

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

R = 40%
G = 21.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#5A3057 (or 0x5A3057) is known color: Palatinate Purple. HEX triplet: 5A, 30 and 57. RGB value is (90,48,87). Sum of RGB (Red+Green+Blue) = 90+48+87=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3057 is #A5CFA8. Grayscale: #404040. Windows color (decimal): -10866601 or 5714010. OLE color: 5714010.

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

Color convert

RGB 90 48 87 -
CMYK 0 0.47 0.03 0.65
HSL 304.29º 0.3% 0.27% -
HSV(B) 304.29º 0.47% 0.35% -
XYZ 6.99 4.98 9.61 -
YUV 65 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 90 48 87 0 0.47 0.03 0.65 304.29 0.3 0.27
Hex 5A 30 57 0 2F 3 41 130 1E 1B
Octal 132 60 127 0 57 3 101 460 36 33
Binary 1011010 110000 1010111 0 101111 11 1000001 100110000 11110 11011

Color Harmonies of #5A3057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3057

Black with #5A3057

Text Example


Text Example

White with #5A3057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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