#651560

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

Shades of Palatinate Purple #651560

Tints of Palatinate Purple #651560

Color information

#651560 (or 0x651560) is unknown color: approx Palatinate Purple. HEX triplet: 65, 15 and 60. RGB value is (101,21,96). Sum of RGB (Red+Green+Blue) = 101+21+96=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #651560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651560 is #9AEA9F. Grayscale: #353535. Windows color (decimal): -10152608 or 6296933. OLE color: 6296933.

HSL color Cylindrical-coordinate representation of color #651560: hue angle of 303.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651560 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1012196-
CMYK00.790.050.60
HSL303.75º65.57%23.92%-
HSV(B)303.75º79.21%39.61%-
XYZ7.754.1511.46-
YUV53.47152161.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=46.33%
G=9.63%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101219600.790.050.60303.7565.5723.92
Hex65156004F53C1304218
Octal14525140011757446010230
Binary110010110101110000001001111101111100100110000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651560; }

 p { color: rgb(101,21,96); }

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

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

 a { background-color: rgb(101,21,96); }

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

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

 span { border-color: rgb(101,21,96); }

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