#5A035B

Color #5A035B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #5A035B

Tints of Palatinate Purple #5A035B

Color information

#5A035B (or 0x5A035B) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 03 and 5B. RGB value is (90,3,91). Sum of RGB (Red+Green+Blue) = 90+3+91=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A035B is #A5FCA4. Grayscale: #262626. Windows color (decimal): -10878117 or 5964634. OLE color: 5964634.

HSL color Cylindrical-coordinate representation of color #5A035B: hue angle of 299.32º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A035B is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB90391-
CMYK0.010.9700.64
HSL299.32º93.62%18.43%-
HSV(B)299.32º96.7%35.69%-
XYZ6.142.9910.15-
YUV39.04157.32164.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.91%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=48.91%
G=1.63%
B=49.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal903910.010.9700.64299.3293.6218.43
Hex5A35B16104012b5e12
Octal13231331141010045313622
Binary10110101110110111110000101000000100101011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,3,91); }

 H1.HeaderClassName
 {
   color: #5A035B;
 }
 .AnyTagClassName
 {
   color: #5A035B;
 }
</style>
background-color css

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

 a { background-color: rgb(90,3,91); }

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

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

 span { border-color: rgb(90,3,91); }

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