#5A2655

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

Shades of Palatinate Purple #5A2655

Tints of Palatinate Purple #5A2655

Color information

#5A2655 (or 0x5A2655) is unknown color: approx Palatinate Purple. HEX triplet: 5A, 26 and 55. RGB value is (90,38,85). Sum of RGB (Red+Green+Blue) = 90+38+85=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2655 is #A5D9AA. Grayscale: #3A3A3A. Windows color (decimal): -10869163 or 5580378. OLE color: 5580378.

HSL color Cylindrical-coordinate representation of color #5A2655: hue angle of 305.77º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A2655 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB903885-
CMYK00.580.060.65
HSL305.77º40.62%25.1%-
HSV(B)305.77º57.78%35.29%-
XYZ6.554.229.06-
YUV58.91142.73150.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.25%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=42.25%
G=17.84%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90388500.580.060.65305.7740.6225.1
Hex5A265503A6411322919
Octal1324612507261014625131
Binary101101010011010101010111010110100000110011001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,38,85); }

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

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

 a { background-color: rgb(90,38,85); }

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

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

 span { border-color: rgb(90,38,85); }

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